#cce2db
a light, soft cyan · cool · closest name: silver
RGB
204, 226, 219
HSL
161°, 28%, 84%
CMYK
10, 0, 3, 11
Luminance
0.7234
Every format
| HEX | #cce2db |
| RGB | rgb(204, 226, 219) |
| HSL | hsl(161, 28%, 84%) |
| CMYK | cmyk(10%, 0%, 3%, 11%) |
| LAB | lab(88.1 -8.6 0.9) |
| LCH | lch(88.1 8.7 173.8) |
| OKLCH | oklch(0.894 0.025 174.7) |
Copy-ready code
/* CSS */
color: #cce2db;
background-color: #cce2db;
/* Tailwind (arbitrary) */
class="text-[#cce2db] bg-[#cce2db]"
/* SCSS */
$brand: #cce2db;
/* SwiftUI */
Color(red: 0.800, green: 0.886, blue: 0.859)
/* Android */
Color.parseColor("#cce2db")Accessibility — WCAG contrast
Aa
#cce2db on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cce2db on black: 15.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green88.6%
Blue85.9%
CMYK percentages
Cyan9.7%
Magenta0.0%
Yellow3.1%
Key (black)11.4%
Color previews
#cce2db text on a black background
contrast 15.47:1
Card sample
#cce2db text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cce2db;
Background color
Panel with #cce2db background
background-color: #cce2db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cce2db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 226, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 226, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cce2db; background: linear-gradient(135deg, #cce2db, #CCDAE2);