#cce2cf
a light, soft green · cool · closest name: beige
RGB
204, 226, 207
HSL
128°, 28%, 84%
CMYK
10, 0, 8, 11
Luminance
0.7174
Every format
| HEX | #cce2cf |
| RGB | rgb(204, 226, 207) |
| HSL | hsl(128, 28%, 84%) |
| CMYK | cmyk(10%, 0%, 8%, 11%) |
| LAB | lab(87.8 -10.8 6.8) |
| LCH | lch(87.8 12.8 147.8) |
| OKLCH | oklch(0.891 0.035 149.3) |
Copy-ready code
/* CSS */
color: #cce2cf;
background-color: #cce2cf;
/* Tailwind (arbitrary) */
class="text-[#cce2cf] bg-[#cce2cf]"
/* SCSS */
$brand: #cce2cf;
/* SwiftUI */
Color(red: 0.800, green: 0.886, blue: 0.812)
/* Android */
Color.parseColor("#cce2cf")Accessibility — WCAG contrast
Aa
#cce2cf on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cce2cf on black: 15.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green88.6%
Blue81.2%
CMYK percentages
Cyan9.7%
Magenta0.0%
Yellow8.4%
Key (black)11.4%
Color previews
#cce2cf text on a black background
contrast 15.35:1
Card sample
#cce2cf text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cce2cf;
Background color
Panel with #cce2cf background
background-color: #cce2cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cce2cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 226, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 226, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cce2cf; background: linear-gradient(135deg, #cce2cf, #CCE2DE);