#cee1df
a light, soft cyan · cool · closest name: silver
RGB
206, 225, 223
HSL
174°, 24%, 85%
CMYK
8, 0, 1, 12
Luminance
0.7230
Every format
| HEX | #cee1df |
| RGB | rgb(206, 225, 223) |
| HSL | hsl(174, 24%, 85%) |
| CMYK | cmyk(8%, 0%, 1%, 12%) |
| LAB | lab(88.1 -6.7 -1.2) |
| LCH | lch(88.1 6.8 190.1) |
| OKLCH | oklch(0.895 0.020 189.2) |
Copy-ready code
/* CSS */
color: #cee1df;
background-color: #cee1df;
/* Tailwind (arbitrary) */
class="text-[#cee1df] bg-[#cee1df]"
/* SCSS */
$brand: #cee1df;
/* SwiftUI */
Color(red: 0.808, green: 0.882, blue: 0.875)
/* Android */
Color.parseColor("#cee1df")Accessibility — WCAG contrast
Aa
#cee1df on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cee1df on black: 15.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green88.2%
Blue87.5%
CMYK percentages
Cyan8.4%
Magenta0.0%
Yellow0.9%
Key (black)11.8%
Color previews
#cee1df text on a black background
contrast 15.46:1
Card sample
#cee1df text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cee1df;
Background color
Panel with #cee1df background
background-color: #cee1df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cee1df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 225, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 225, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cee1df; background: linear-gradient(135deg, #cee1df, #CED6E1);