Cold Light of Day
#00eeee
Here's everything about the color Cold Light of Day (#00eeee) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #00eeee | |
|---|---|---|
| RGB | rgb(0, 238, 238) | |
| HSL | hsl(180, 100%, 47%) | |
| CMYK | cmyk(100%, 0%, 0%, 7%) | |
| LAB | lab(85, -48, -14) | |
| OKLCH | oklch(0.86 0.147 195) |
Color harmonies
Tints & shades
Code snippets
color: #00eeee;
background-color: #00eeee;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFF00EEEE)
/* Swift / UIKit */
UIColor(red: 0.00, green: 0.93, blue: 0.93, alpha: 1.0)