#cbf06f
a light, electric green · cool · closest name: khaki
RGB
203, 240, 111
HSL
77°, 81%, 69%
CMYK
15, 0, 54, 6
Luminance
0.7616
Every format
| HEX | #cbf06f |
| RGB | rgb(203, 240, 111) |
| HSL | hsl(77, 81%, 69%) |
| CMYK | cmyk(15%, 0%, 54%, 6%) |
| LAB | lab(89.9 -30.9 57.5) |
| LCH | lch(89.9 65.3 118.2) |
| OKLCH | oklch(0.903 0.161 123.0) |
Copy-ready code
/* CSS */
color: #cbf06f;
background-color: #cbf06f;
/* Tailwind (arbitrary) */
class="text-[#cbf06f] bg-[#cbf06f]"
/* SCSS */
$brand: #cbf06f;
/* SwiftUI */
Color(red: 0.796, green: 0.941, blue: 0.435)
/* Android */
Color.parseColor("#cbf06f")Accessibility — WCAG contrast
Aa
#cbf06f on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbf06f on black: 16.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green94.1%
Blue43.5%
CMYK percentages
Cyan15.4%
Magenta0.0%
Yellow53.8%
Key (black)5.9%
Color previews
#cbf06f text on a black background
contrast 16.23:1
Card sample
#cbf06f text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbf06f;
Background color
Panel with #cbf06f background
background-color: #cbf06f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbf06f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 240, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 240, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbf06f; background: linear-gradient(135deg, #cbf06f, #75F06F);