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