#cdeeec
a pale, vivid cyan · cool · closest name: white
RGB
205, 238, 236
HSL
176°, 49%, 87%
CMYK
14, 0, 1, 7
Luminance
0.8018
Every format
| HEX | #cdeeec |
| RGB | rgb(205, 238, 236) |
| HSL | hsl(176, 49%, 87%) |
| CMYK | cmyk(14%, 0%, 1%, 7%) |
| LAB | lab(91.8 -11.1 -2.6) |
| LCH | lch(91.8 11.4 193.4) |
| OKLCH | oklch(0.925 0.035 192.1) |
Copy-ready code
/* CSS */
color: #cdeeec;
background-color: #cdeeec;
/* Tailwind (arbitrary) */
class="text-[#cdeeec] bg-[#cdeeec]"
/* SCSS */
$brand: #cdeeec;
/* SwiftUI */
Color(red: 0.804, green: 0.933, blue: 0.925)
/* Android */
Color.parseColor("#cdeeec")Accessibility — WCAG contrast
Aa
#cdeeec on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdeeec on black: 17.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green93.3%
Blue92.5%
CMYK percentages
Cyan13.9%
Magenta0.0%
Yellow0.8%
Key (black)6.7%
Color previews
#cdeeec text on a black background
contrast 17.04:1
Card sample
#cdeeec text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdeeec;
Background color
Panel with #cdeeec background
background-color: #cdeeec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdeeec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 238, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 238, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdeeec; background: linear-gradient(135deg, #cdeeec, #CDDAEE);