#cbf41f
a balanced, electric green · cool · closest name: yellow
RGB
203, 244, 31
HSL
72°, 91%, 54%
CMYK
17, 0, 87, 4
Luminance
0.7750
Every format
| HEX | #cbf41f |
| RGB | rgb(203, 244, 31) |
| HSL | hsl(72, 91%, 54%) |
| CMYK | cmyk(17%, 0%, 87%, 4%) |
| LAB | lab(90.5 -37.1 84.6) |
| LCH | lch(90.5 92.4 113.7) |
| OKLCH | oklch(0.906 0.213 121.4) |
Copy-ready code
/* CSS */
color: #cbf41f;
background-color: #cbf41f;
/* Tailwind (arbitrary) */
class="text-[#cbf41f] bg-[#cbf41f]"
/* SCSS */
$brand: #cbf41f;
/* SwiftUI */
Color(red: 0.796, green: 0.957, blue: 0.122)
/* Android */
Color.parseColor("#cbf41f")Accessibility — WCAG contrast
Aa
#cbf41f on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbf41f on black: 16.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green95.7%
Blue12.2%
CMYK percentages
Cyan16.8%
Magenta0.0%
Yellow87.3%
Key (black)4.3%
Color previews
#cbf41f text on a black background
contrast 16.50:1
Card sample
#cbf41f text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbf41f;
Background color
Panel with #cbf41f background
background-color: #cbf41f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbf41f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 244, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 244, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbf41f; background: linear-gradient(135deg, #cbf41f, #3DF41F);