#cee3df
a light, soft cyan · cool · closest name: silver
RGB
206, 227, 223
HSL
169°, 27%, 85%
CMYK
9, 0, 2, 11
Luminance
0.7339
Every format
| HEX | #cee3df |
| RGB | rgb(206, 227, 223) |
| HSL | hsl(169, 27%, 85%) |
| CMYK | cmyk(9%, 0%, 2%, 11%) |
| LAB | lab(88.6 -7.7 -0.4) |
| LCH | lch(88.6 7.7 183.2) |
| OKLCH | oklch(0.899 0.023 183.1) |
Copy-ready code
/* CSS */
color: #cee3df;
background-color: #cee3df;
/* Tailwind (arbitrary) */
class="text-[#cee3df] bg-[#cee3df]"
/* SCSS */
$brand: #cee3df;
/* SwiftUI */
Color(red: 0.808, green: 0.890, blue: 0.875)
/* Android */
Color.parseColor("#cee3df")Accessibility — WCAG contrast
Aa
#cee3df on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cee3df on black: 15.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green89.0%
Blue87.5%
CMYK percentages
Cyan9.3%
Magenta0.0%
Yellow1.8%
Key (black)11.0%
Color previews
#cee3df text on a black background
contrast 15.68:1
Card sample
#cee3df text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cee3df;
Background color
Panel with #cee3df background
background-color: #cee3df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cee3df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 227, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 227, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cee3df; background: linear-gradient(135deg, #cee3df, #CED9E3);