#cbfb13
a balanced, electric green · cool · closest name: yellow
RGB
203, 251, 19
HSL
72°, 97%, 53%
CMYK
19, 0, 92, 2
Luminance
0.8174
Every format
| HEX | #cbfb13 |
| RGB | rgb(203, 251, 19) |
| HSL | hsl(72, 97%, 53%) |
| CMYK | cmyk(19%, 0%, 92%, 2%) |
| LAB | lab(92.5 -40.4 87.8) |
| LCH | lch(92.5 96.7 114.7) |
| OKLCH | oklch(0.921 0.223 122.7) |
Copy-ready code
/* CSS */
color: #cbfb13;
background-color: #cbfb13;
/* Tailwind (arbitrary) */
class="text-[#cbfb13] bg-[#cbfb13]"
/* SCSS */
$brand: #cbfb13;
/* SwiftUI */
Color(red: 0.796, green: 0.984, blue: 0.075)
/* Android */
Color.parseColor("#cbfb13")Accessibility — WCAG contrast
Aa
#cbfb13 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbfb13 on black: 17.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green98.4%
Blue7.5%
CMYK percentages
Cyan19.1%
Magenta0.0%
Yellow92.4%
Key (black)1.6%
Color previews
#cbfb13 text on a black background
contrast 17.35:1
Card sample
#cbfb13 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbfb13;
Background color
Panel with #cbfb13 background
background-color: #cbfb13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbfb13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 251, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 251, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbfb13; background: linear-gradient(135deg, #cbfb13, #30FB13);