#cce6df
a pale, soft cyan · cool · closest name: ivory
RGB
204, 230, 223
HSL
164°, 34%, 85%
CMYK
11, 0, 3, 10
Luminance
0.7476
Every format
| HEX | #cce6df |
| RGB | rgb(204, 230, 223) |
| HSL | hsl(164, 34%, 85%) |
| CMYK | cmyk(11%, 0%, 3%, 10%) |
| LAB | lab(89.3 -9.9 0.5) |
| LCH | lch(89.3 9.9 177.1) |
| OKLCH | oklch(0.904 0.029 177.7) |
Copy-ready code
/* CSS */
color: #cce6df;
background-color: #cce6df;
/* Tailwind (arbitrary) */
class="text-[#cce6df] bg-[#cce6df]"
/* SCSS */
$brand: #cce6df;
/* SwiftUI */
Color(red: 0.800, green: 0.902, blue: 0.875)
/* Android */
Color.parseColor("#cce6df")Accessibility — WCAG contrast
Aa
#cce6df on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cce6df on black: 15.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green90.2%
Blue87.5%
CMYK percentages
Cyan11.3%
Magenta0.0%
Yellow3.0%
Key (black)9.8%
Color previews
#cce6df text on a black background
contrast 15.95:1
Card sample
#cce6df text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cce6df;
Background color
Panel with #cce6df background
background-color: #cce6df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cce6df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 230, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 230, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cce6df; background: linear-gradient(135deg, #cce6df, #CCDCE6);