#cce4df
a light, soft cyan · cool · closest name: silver
RGB
204, 228, 223
HSL
168°, 31%, 85%
CMYK
11, 0, 2, 11
Luminance
0.7365
Every format
| HEX | #cce4df |
| RGB | rgb(204, 228, 223) |
| HSL | hsl(168, 31%, 85%) |
| CMYK | cmyk(11%, 0%, 2%, 11%) |
| LAB | lab(88.8 -8.9 -0.3) |
| LCH | lch(88.8 8.9 181.7) |
| OKLCH | oklch(0.900 0.026 181.8) |
Copy-ready code
/* CSS */
color: #cce4df;
background-color: #cce4df;
/* Tailwind (arbitrary) */
class="text-[#cce4df] bg-[#cce4df]"
/* SCSS */
$brand: #cce4df;
/* SwiftUI */
Color(red: 0.800, green: 0.894, blue: 0.875)
/* Android */
Color.parseColor("#cce4df")Accessibility — WCAG contrast
Aa
#cce4df on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cce4df on black: 15.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green89.4%
Blue87.5%
CMYK percentages
Cyan10.5%
Magenta0.0%
Yellow2.2%
Key (black)10.6%
Color previews
#cce4df text on a black background
contrast 15.73:1
Card sample
#cce4df text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cce4df;
Background color
Panel with #cce4df background
background-color: #cce4df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cce4df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 228, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 228, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cce4df; background: linear-gradient(135deg, #cce4df, #CCD9E4);