#cceb80
a light, vivid green · cool · closest name: khaki
RGB
204, 235, 128
HSL
77°, 73%, 71%
CMYK
13, 0, 46, 8
Luminance
0.7381
Every format
| HEX | #cceb80 |
| RGB | rgb(204, 235, 128) |
| HSL | hsl(77, 73%, 71%) |
| CMYK | cmyk(13%, 0%, 46%, 8%) |
| LAB | lab(88.8 -26.5 48.4) |
| LCH | lch(88.8 55.2 118.8) |
| OKLCH | oklch(0.894 0.138 122.5) |
Copy-ready code
/* CSS */
color: #cceb80;
background-color: #cceb80;
/* Tailwind (arbitrary) */
class="text-[#cceb80] bg-[#cceb80]"
/* SCSS */
$brand: #cceb80;
/* SwiftUI */
Color(red: 0.800, green: 0.922, blue: 0.502)
/* Android */
Color.parseColor("#cceb80")Accessibility — WCAG contrast
Aa
#cceb80 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cceb80 on black: 15.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green92.2%
Blue50.2%
CMYK percentages
Cyan13.2%
Magenta0.0%
Yellow45.5%
Key (black)7.8%
Color previews
#cceb80 text on a black background
contrast 15.76:1
Card sample
#cceb80 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cceb80;
Background color
Panel with #cceb80 background
background-color: #cceb80;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cceb80;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 235, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 235, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cceb80; background: linear-gradient(135deg, #cceb80, #85EB80);