#cceb87
a light, vivid green · cool · closest name: khaki
RGB
204, 235, 135
HSL
79°, 71%, 73%
CMYK
13, 0, 43, 8
Luminance
0.7400
Every format
| HEX | #cceb87 |
| RGB | rgb(204, 235, 135) |
| HSL | hsl(79, 71%, 73%) |
| CMYK | cmyk(13%, 0%, 43%, 8%) |
| LAB | lab(88.9 -25.8 45.1) |
| LCH | lch(88.9 51.9 119.8) |
| OKLCH | oklch(0.895 0.131 123.1) |
Copy-ready code
/* CSS */
color: #cceb87;
background-color: #cceb87;
/* Tailwind (arbitrary) */
class="text-[#cceb87] bg-[#cceb87]"
/* SCSS */
$brand: #cceb87;
/* SwiftUI */
Color(red: 0.800, green: 0.922, blue: 0.529)
/* Android */
Color.parseColor("#cceb87")Accessibility — WCAG contrast
Aa
#cceb87 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cceb87 on black: 15.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green92.2%
Blue52.9%
CMYK percentages
Cyan13.2%
Magenta0.0%
Yellow42.6%
Key (black)7.8%
Color previews
#cceb87 text on a black background
contrast 15.80:1
Card sample
#cceb87 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cceb87;
Background color
Panel with #cceb87 background
background-color: #cceb87;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cceb87;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 235, 135, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 235, 135, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cceb87; background: linear-gradient(135deg, #cceb87, #89EB87);