#cbff03
a balanced, electric green · cool · closest name: yellow
RGB
203, 255, 3
HSL
72°, 100%, 51%
CMYK
20, 0, 99, 0
Luminance
0.8422
Every format
| HEX | #cbff03 |
| RGB | rgb(203, 255, 3) |
| HSL | hsl(72, 100%, 51%) |
| CMYK | cmyk(20%, 0%, 99%, 0%) |
| LAB | lab(93.5 -42.3 90.0) |
| LCH | lch(93.5 99.4 115.2) |
| OKLCH | oklch(0.930 0.229 123.3) |
Copy-ready code
/* CSS */
color: #cbff03;
background-color: #cbff03;
/* Tailwind (arbitrary) */
class="text-[#cbff03] bg-[#cbff03]"
/* SCSS */
$brand: #cbff03;
/* SwiftUI */
Color(red: 0.796, green: 1.000, blue: 0.012)
/* Android */
Color.parseColor("#cbff03")Accessibility — WCAG contrast
Aa
#cbff03 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbff03 on black: 17.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green100.0%
Blue1.2%
CMYK percentages
Cyan20.4%
Magenta0.0%
Yellow98.8%
Key (black)0.0%
Color previews
#cbff03 text on a black background
contrast 17.84:1
Card sample
#cbff03 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbff03;
Background color
Panel with #cbff03 background
background-color: #cbff03;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbff03;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 255, 3, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 255, 3, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbff03; background: linear-gradient(135deg, #cbff03, #23FF03);