#cce9da
a pale, soft green · cool · closest name: beige
RGB
204, 233, 218
HSL
149°, 40%, 86%
CMYK
12, 0, 6, 9
Luminance
0.7618
Every format
| HEX | #cce9da |
| RGB | rgb(204, 233, 218) |
| HSL | hsl(149, 40%, 86%) |
| CMYK | cmyk(12%, 0%, 6%, 9%) |
| LAB | lab(89.9 -12.3 4.1) |
| LCH | lch(89.9 13.0 161.7) |
| OKLCH | oklch(0.909 0.037 163.2) |
Copy-ready code
/* CSS */
color: #cce9da;
background-color: #cce9da;
/* Tailwind (arbitrary) */
class="text-[#cce9da] bg-[#cce9da]"
/* SCSS */
$brand: #cce9da;
/* SwiftUI */
Color(red: 0.800, green: 0.914, blue: 0.855)
/* Android */
Color.parseColor("#cce9da")Accessibility — WCAG contrast
Aa
#cce9da on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cce9da on black: 16.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green91.4%
Blue85.5%
CMYK percentages
Cyan12.4%
Magenta0.0%
Yellow6.4%
Key (black)8.6%
Color previews
#cce9da text on a black background
contrast 16.24:1
Card sample
#cce9da text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cce9da;
Background color
Panel with #cce9da background
background-color: #cce9da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cce9da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 233, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 233, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cce9da; background: linear-gradient(135deg, #cce9da, #CCE5E9);