#cce8cf
a pale, soft green · cool · closest name: beige
RGB
204, 232, 207
HSL
126°, 38%, 86%
CMYK
12, 0, 11, 9
Luminance
0.7506
Every format
| HEX | #cce8cf |
| RGB | rgb(204, 232, 207) |
| HSL | hsl(126, 38%, 86%) |
| CMYK | cmyk(12%, 0%, 11%, 9%) |
| LAB | lab(89.4 -13.8 9.1) |
| LCH | lch(89.4 16.5 146.7) |
| OKLCH | oklch(0.904 0.045 148.2) |
Copy-ready code
/* CSS */
color: #cce8cf;
background-color: #cce8cf;
/* Tailwind (arbitrary) */
class="text-[#cce8cf] bg-[#cce8cf]"
/* SCSS */
$brand: #cce8cf;
/* SwiftUI */
Color(red: 0.800, green: 0.910, blue: 0.812)
/* Android */
Color.parseColor("#cce8cf")Accessibility — WCAG contrast
Aa
#cce8cf on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cce8cf on black: 16.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green91.0%
Blue81.2%
CMYK percentages
Cyan12.1%
Magenta0.0%
Yellow10.8%
Key (black)9.0%
Color previews
#cce8cf text on a black background
contrast 16.01:1
Card sample
#cce8cf text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cce8cf;
Background color
Panel with #cce8cf background
background-color: #cce8cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cce8cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 232, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 232, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cce8cf; background: linear-gradient(135deg, #cce8cf, #CCE8E2);