#cdeee6
a pale, vivid cyan · cool · closest name: ivory
RGB
205, 238, 230
HSL
166°, 49%, 87%
CMYK
14, 0, 3, 7
Luminance
0.7984
Every format
| HEX | #cdeee6 |
| RGB | rgb(205, 238, 230) |
| HSL | hsl(166, 49%, 87%) |
| CMYK | cmyk(14%, 0%, 3%, 7%) |
| LAB | lab(91.6 -12.3 0.3) |
| LCH | lch(91.6 12.3 178.8) |
| OKLCH | oklch(0.923 0.036 179.2) |
Copy-ready code
/* CSS */
color: #cdeee6;
background-color: #cdeee6;
/* Tailwind (arbitrary) */
class="text-[#cdeee6] bg-[#cdeee6]"
/* SCSS */
$brand: #cdeee6;
/* SwiftUI */
Color(red: 0.804, green: 0.933, blue: 0.902)
/* Android */
Color.parseColor("#cdeee6")Accessibility — WCAG contrast
Aa
#cdeee6 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdeee6 on black: 16.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green93.3%
Blue90.2%
CMYK percentages
Cyan13.9%
Magenta0.0%
Yellow3.4%
Key (black)6.7%
Color previews
#cdeee6 text on a black background
contrast 16.97:1
Card sample
#cdeee6 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdeee6;
Background color
Panel with #cdeee6 background
background-color: #cdeee6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdeee6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 238, 230, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 238, 230, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdeee6; background: linear-gradient(135deg, #cdeee6, #CDE0EE);