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