#cee5df
a pale, soft cyan · cool · closest name: white
RGB
206, 229, 223
HSL
164°, 31%, 85%
CMYK
10, 0, 3, 10
Luminance
0.7449
Every format
| HEX | #cee5df |
| RGB | rgb(206, 229, 223) |
| HSL | hsl(164, 31%, 85%) |
| CMYK | cmyk(10%, 0%, 3%, 10%) |
| LAB | lab(89.2 -8.7 0.3) |
| LCH | lch(89.2 8.7 177.8) |
| OKLCH | oklch(0.903 0.026 178.3) |
Copy-ready code
/* CSS */
color: #cee5df;
background-color: #cee5df;
/* Tailwind (arbitrary) */
class="text-[#cee5df] bg-[#cee5df]"
/* SCSS */
$brand: #cee5df;
/* SwiftUI */
Color(red: 0.808, green: 0.898, blue: 0.875)
/* Android */
Color.parseColor("#cee5df")Accessibility — WCAG contrast
Aa
#cee5df on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cee5df on black: 15.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green89.8%
Blue87.5%
CMYK percentages
Cyan10.0%
Magenta0.0%
Yellow2.6%
Key (black)10.2%
Color previews
#cee5df text on a black background
contrast 15.90:1
Card sample
#cee5df text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cee5df;
Background color
Panel with #cee5df background
background-color: #cee5df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cee5df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 229, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 229, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cee5df; background: linear-gradient(135deg, #cee5df, #CEDCE5);