#ccee91
a light, vivid green · cool · closest name: khaki
RGB
204, 238, 145
HSL
82°, 73%, 75%
CMYK
14, 0, 39, 7
Luminance
0.7603
Every format
| HEX | #ccee91 |
| RGB | rgb(204, 238, 145) |
| HSL | hsl(82, 73%, 75%) |
| CMYK | cmyk(14%, 0%, 39%, 7%) |
| LAB | lab(89.9 -26.0 41.4) |
| LCH | lch(89.9 48.9 122.2) |
| OKLCH | oklch(0.904 0.124 125.2) |
Copy-ready code
/* CSS */
color: #ccee91;
background-color: #ccee91;
/* Tailwind (arbitrary) */
class="text-[#ccee91] bg-[#ccee91]"
/* SCSS */
$brand: #ccee91;
/* SwiftUI */
Color(red: 0.800, green: 0.933, blue: 0.569)
/* Android */
Color.parseColor("#ccee91")Accessibility — WCAG contrast
Aa
#ccee91 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccee91 on black: 16.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green93.3%
Blue56.9%
CMYK percentages
Cyan14.3%
Magenta0.0%
Yellow39.1%
Key (black)6.7%
Color previews
#ccee91 text on a black background
contrast 16.21:1
Card sample
#ccee91 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccee91;
Background color
Panel with #ccee91 background
background-color: #ccee91;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccee91;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 238, 145, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 238, 145, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccee91; background: linear-gradient(135deg, #ccee91, #91EE94);