#cbf976
a light, electric green · cool · closest name: khaki
RGB
203, 249, 118
HSL
81°, 92%, 72%
CMYK
19, 0, 53, 2
Luminance
0.8176
Every format
| HEX | #cbf976 |
| RGB | rgb(203, 249, 118) |
| HSL | hsl(81, 92%, 72%) |
| CMYK | cmyk(19%, 0%, 53%, 2%) |
| LAB | lab(92.5 -34.4 57.4) |
| LCH | lch(92.5 66.9 121.0) |
| OKLCH | oklch(0.923 0.167 125.6) |
Copy-ready code
/* CSS */
color: #cbf976;
background-color: #cbf976;
/* Tailwind (arbitrary) */
class="text-[#cbf976] bg-[#cbf976]"
/* SCSS */
$brand: #cbf976;
/* SwiftUI */
Color(red: 0.796, green: 0.976, blue: 0.463)
/* Android */
Color.parseColor("#cbf976")Accessibility — WCAG contrast
Aa
#cbf976 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbf976 on black: 17.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green97.6%
Blue46.3%
CMYK percentages
Cyan18.5%
Magenta0.0%
Yellow52.6%
Key (black)2.4%
Color previews
#cbf976 text on a black background
contrast 17.35:1
Card sample
#cbf976 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbf976;
Background color
Panel with #cbf976 background
background-color: #cbf976;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbf976;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 249, 118, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 249, 118, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbf976; background: linear-gradient(135deg, #cbf976, #76F979);