#cee4df
a pale, soft cyan · cool · closest name: white
RGB
206, 228, 223
HSL
166°, 29%, 85%
CMYK
10, 0, 2, 11
Luminance
0.7394
Every format
| HEX | #cee4df |
| RGB | rgb(206, 228, 223) |
| HSL | hsl(166, 29%, 85%) |
| CMYK | cmyk(10%, 0%, 2%, 11%) |
| LAB | lab(88.9 -8.2 -0.1) |
| LCH | lch(88.9 8.2 180.3) |
| OKLCH | oklch(0.901 0.024 180.6) |
Copy-ready code
/* CSS */
color: #cee4df;
background-color: #cee4df;
/* Tailwind (arbitrary) */
class="text-[#cee4df] bg-[#cee4df]"
/* SCSS */
$brand: #cee4df;
/* SwiftUI */
Color(red: 0.808, green: 0.894, blue: 0.875)
/* Android */
Color.parseColor("#cee4df")Accessibility — WCAG contrast
Aa
#cee4df on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cee4df on black: 15.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green89.4%
Blue87.5%
CMYK percentages
Cyan9.6%
Magenta0.0%
Yellow2.2%
Key (black)10.6%
Color previews
#cee4df text on a black background
contrast 15.79:1
Card sample
#cee4df text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cee4df;
Background color
Panel with #cee4df background
background-color: #cee4df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cee4df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 228, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 228, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cee4df; background: linear-gradient(135deg, #cee4df, #CEDAE4);