#cee6df
a pale, soft cyan · cool · closest name: ivory
RGB
206, 230, 223
HSL
163°, 32%, 86%
CMYK
10, 0, 3, 10
Luminance
0.7504
Every format
| HEX | #cee6df |
| RGB | rgb(206, 230, 223) |
| HSL | hsl(163, 32%, 86%) |
| CMYK | cmyk(10%, 0%, 3%, 10%) |
| LAB | lab(89.4 -9.2 0.7) |
| LCH | lch(89.4 9.3 175.6) |
| OKLCH | oklch(0.905 0.027 176.3) |
Copy-ready code
/* CSS */
color: #cee6df;
background-color: #cee6df;
/* Tailwind (arbitrary) */
class="text-[#cee6df] bg-[#cee6df]"
/* SCSS */
$brand: #cee6df;
/* SwiftUI */
Color(red: 0.808, green: 0.902, blue: 0.875)
/* Android */
Color.parseColor("#cee6df")Accessibility — WCAG contrast
Aa
#cee6df on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cee6df on black: 16.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green90.2%
Blue87.5%
CMYK percentages
Cyan10.4%
Magenta0.0%
Yellow3.0%
Key (black)9.8%
Color previews
#cee6df text on a black background
contrast 16.01:1
Card sample
#cee6df text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cee6df;
Background color
Panel with #cee6df background
background-color: #cee6df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cee6df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 230, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 230, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cee6df; background: linear-gradient(135deg, #cee6df, #CEDDE6);