#cee2df
a light, soft cyan · cool · closest name: silver
RGB
206, 226, 223
HSL
171°, 26%, 85%
CMYK
9, 0, 1, 11
Luminance
0.7284
Every format
| HEX | #cee2df |
| RGB | rgb(206, 226, 223) |
| HSL | hsl(171, 26%, 85%) |
| CMYK | cmyk(9%, 0%, 1%, 11%) |
| LAB | lab(88.4 -7.2 -0.8) |
| LCH | lch(88.4 7.2 186.4) |
| OKLCH | oklch(0.897 0.022 186.0) |
Copy-ready code
/* CSS */
color: #cee2df;
background-color: #cee2df;
/* Tailwind (arbitrary) */
class="text-[#cee2df] bg-[#cee2df]"
/* SCSS */
$brand: #cee2df;
/* SwiftUI */
Color(red: 0.808, green: 0.886, blue: 0.875)
/* Android */
Color.parseColor("#cee2df")Accessibility — WCAG contrast
Aa
#cee2df on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cee2df on black: 15.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green88.6%
Blue87.5%
CMYK percentages
Cyan8.8%
Magenta0.0%
Yellow1.3%
Key (black)11.4%
Color previews
#cee2df text on a black background
contrast 15.57:1
Card sample
#cee2df text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cee2df;
Background color
Panel with #cee2df background
background-color: #cee2df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cee2df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 226, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 226, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cee2df; background: linear-gradient(135deg, #cee2df, #CED8E2);