#cbfd29
a balanced, electric green · cool · closest name: yellow
RGB
203, 253, 41
HSL
74°, 98%, 58%
CMYK
20, 0, 84, 1
Luminance
0.8311
Every format
| HEX | #cbfd29 |
| RGB | rgb(203, 253, 41) |
| HSL | hsl(74, 98%, 58%) |
| CMYK | cmyk(20%, 0%, 84%, 1%) |
| LAB | lab(93.1 -40.8 84.8) |
| LCH | lch(93.1 94.1 115.7) |
| OKLCH | oklch(0.926 0.219 123.3) |
Copy-ready code
/* CSS */
color: #cbfd29;
background-color: #cbfd29;
/* Tailwind (arbitrary) */
class="text-[#cbfd29] bg-[#cbfd29]"
/* SCSS */
$brand: #cbfd29;
/* SwiftUI */
Color(red: 0.796, green: 0.992, blue: 0.161)
/* Android */
Color.parseColor("#cbfd29")Accessibility — WCAG contrast
Aa
#cbfd29 on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbfd29 on black: 17.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green99.2%
Blue16.1%
CMYK percentages
Cyan19.8%
Magenta0.0%
Yellow83.8%
Key (black)0.8%
Color previews
#cbfd29 text on a black background
contrast 17.62:1
Card sample
#cbfd29 text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbfd29;
Background color
Panel with #cbfd29 background
background-color: #cbfd29;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbfd29;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 253, 41, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 253, 41, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbfd29; background: linear-gradient(135deg, #cbfd29, #3DFD29);