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