#cbf09c
a light, vivid green · cool · closest name: khaki
RGB
203, 240, 156
HSL
86°, 74%, 78%
CMYK
15, 0, 35, 6
Luminance
0.7742
Every format
| HEX | #cbf09c |
| RGB | rgb(203, 240, 156) |
| HSL | hsl(86, 74%, 78%) |
| CMYK | cmyk(15%, 0%, 35%, 6%) |
| LAB | lab(90.5 -26.0 36.8) |
| LCH | lch(90.5 45.0 125.2) |
| OKLCH | oklch(0.909 0.115 127.9) |
Copy-ready code
/* CSS */
color: #cbf09c;
background-color: #cbf09c;
/* Tailwind (arbitrary) */
class="text-[#cbf09c] bg-[#cbf09c]"
/* SCSS */
$brand: #cbf09c;
/* SwiftUI */
Color(red: 0.796, green: 0.941, blue: 0.612)
/* Android */
Color.parseColor("#cbf09c")Accessibility — WCAG contrast
Aa
#cbf09c on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbf09c on black: 16.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green94.1%
Blue61.2%
CMYK percentages
Cyan15.4%
Magenta0.0%
Yellow35.0%
Key (black)5.9%
Color previews
#cbf09c text on a black background
contrast 16.48:1
Card sample
#cbf09c text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbf09c;
Background color
Panel with #cbf09c background
background-color: #cbf09c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbf09c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 240, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 240, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbf09c; background: linear-gradient(135deg, #cbf09c, #9CF0A5);