#cbf76f
a light, electric green · cool · closest name: khaki
RGB
203, 247, 111
HSL
79°, 90%, 70%
CMYK
18, 0, 55, 3
Luminance
0.8037
Every format
| HEX | #cbf76f |
| RGB | rgb(203, 247, 111) |
| HSL | hsl(79, 90%, 70%) |
| CMYK | cmyk(18%, 0%, 55%, 3%) |
| LAB | lab(91.8 -34.1 59.8) |
| LCH | lch(91.8 68.8 119.7) |
| OKLCH | oklch(0.918 0.170 124.6) |
Copy-ready code
/* CSS */
color: #cbf76f;
background-color: #cbf76f;
/* Tailwind (arbitrary) */
class="text-[#cbf76f] bg-[#cbf76f]"
/* SCSS */
$brand: #cbf76f;
/* SwiftUI */
Color(red: 0.796, green: 0.969, blue: 0.435)
/* Android */
Color.parseColor("#cbf76f")Accessibility — WCAG contrast
Aa
#cbf76f on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbf76f on black: 17.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green96.9%
Blue43.5%
CMYK percentages
Cyan17.8%
Magenta0.0%
Yellow55.1%
Key (black)3.1%
Color previews
#cbf76f text on a black background
contrast 17.07:1
Card sample
#cbf76f text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbf76f;
Background color
Panel with #cbf76f background
background-color: #cbf76f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbf76f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 247, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 247, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbf76f; background: linear-gradient(135deg, #cbf76f, #70F76F);