#cceb7b
a light, vivid green · cool · closest name: khaki
RGB
204, 235, 123
HSL
77°, 74%, 70%
CMYK
13, 0, 48, 8
Luminance
0.7368
Every format
| HEX | #cceb7b |
| RGB | rgb(204, 235, 123) |
| HSL | hsl(77, 74%, 70%) |
| CMYK | cmyk(13%, 0%, 48%, 8%) |
| LAB | lab(88.8 -27.1 50.7) |
| LCH | lch(88.8 57.4 118.1) |
| OKLCH | oklch(0.894 0.143 122.1) |
Copy-ready code
/* CSS */
color: #cceb7b;
background-color: #cceb7b;
/* Tailwind (arbitrary) */
class="text-[#cceb7b] bg-[#cceb7b]"
/* SCSS */
$brand: #cceb7b;
/* SwiftUI */
Color(red: 0.800, green: 0.922, blue: 0.482)
/* Android */
Color.parseColor("#cceb7b")Accessibility — WCAG contrast
Aa
#cceb7b on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cceb7b on black: 15.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green92.2%
Blue48.2%
CMYK percentages
Cyan13.2%
Magenta0.0%
Yellow47.7%
Key (black)7.8%
Color previews
#cceb7b text on a black background
contrast 15.74:1
Card sample
#cceb7b text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cceb7b;
Background color
Panel with #cceb7b background
background-color: #cceb7b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cceb7b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 235, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 235, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cceb7b; background: linear-gradient(135deg, #cceb7b, #81EB7B);