#cce080
a light, vivid green · cool · closest name: khaki
RGB
204, 224, 128
HSL
73°, 61%, 69%
CMYK
9, 0, 43, 12
Luminance
0.6771
Every format
| HEX | #cce080 |
| RGB | rgb(204, 224, 128) |
| HSL | hsl(73, 61%, 69%) |
| CMYK | cmyk(9%, 0%, 43%, 12%) |
| LAB | lab(85.9 -21.3 44.7) |
| LCH | lch(85.9 49.5 115.4) |
| OKLCH | oklch(0.871 0.123 118.7) |
Copy-ready code
/* CSS */
color: #cce080;
background-color: #cce080;
/* Tailwind (arbitrary) */
class="text-[#cce080] bg-[#cce080]"
/* SCSS */
$brand: #cce080;
/* SwiftUI */
Color(red: 0.800, green: 0.878, blue: 0.502)
/* Android */
Color.parseColor("#cce080")Accessibility — WCAG contrast
Aa
#cce080 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cce080 on black: 14.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green87.8%
Blue50.2%
CMYK percentages
Cyan8.9%
Magenta0.0%
Yellow42.9%
Key (black)12.2%
Color previews
#cce080 text on a black background
contrast 14.54:1
Card sample
#cce080 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cce080;
Background color
Panel with #cce080 background
background-color: #cce080;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cce080;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 224, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 224, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cce080; background: linear-gradient(135deg, #cce080, #8CE080);