#cce5df
a light, soft cyan · cool · closest name: white
RGB
204, 229, 223
HSL
166°, 33%, 85%
CMYK
11, 0, 3, 10
Luminance
0.7420
Every format
| HEX | #cce5df |
| RGB | rgb(204, 229, 223) |
| HSL | hsl(166, 33%, 85%) |
| CMYK | cmyk(11%, 0%, 3%, 10%) |
| LAB | lab(89.0 -9.4 0.1) |
| LCH | lch(89.0 9.4 179.3) |
| OKLCH | oklch(0.902 0.028 179.6) |
Copy-ready code
/* CSS */
color: #cce5df;
background-color: #cce5df;
/* Tailwind (arbitrary) */
class="text-[#cce5df] bg-[#cce5df]"
/* SCSS */
$brand: #cce5df;
/* SwiftUI */
Color(red: 0.800, green: 0.898, blue: 0.875)
/* Android */
Color.parseColor("#cce5df")Accessibility — WCAG contrast
Aa
#cce5df on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cce5df on black: 15.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green89.8%
Blue87.5%
CMYK percentages
Cyan10.9%
Magenta0.0%
Yellow2.6%
Key (black)10.2%
Color previews
#cce5df text on a black background
contrast 15.84:1
Card sample
#cce5df text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cce5df;
Background color
Panel with #cce5df background
background-color: #cce5df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cce5df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 229, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 229, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cce5df; background: linear-gradient(135deg, #cce5df, #CCDAE5);