#cbff33
a balanced, electric green · cool · closest name: yellow
RGB
203, 255, 51
HSL
75°, 100%, 60%
CMYK
20, 0, 80, 0
Luminance
0.8446
Every format
| HEX | #cbff33 |
| RGB | rgb(203, 255, 51) |
| HSL | hsl(75, 100%, 60%) |
| CMYK | cmyk(20%, 0%, 80%, 0%) |
| LAB | lab(93.7 -41.4 83.0) |
| LCH | lch(93.7 92.8 116.5) |
| OKLCH | oklch(0.931 0.218 123.8) |
Copy-ready code
/* CSS */
color: #cbff33;
background-color: #cbff33;
/* Tailwind (arbitrary) */
class="text-[#cbff33] bg-[#cbff33]"
/* SCSS */
$brand: #cbff33;
/* SwiftUI */
Color(red: 0.796, green: 1.000, blue: 0.200)
/* Android */
Color.parseColor("#cbff33")Accessibility — WCAG contrast
Aa
#cbff33 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbff33 on black: 17.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green100.0%
Blue20.0%
CMYK percentages
Cyan20.4%
Magenta0.0%
Yellow80.0%
Key (black)0.0%
Color previews
#cbff33 text on a black background
contrast 17.89:1
Card sample
#cbff33 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbff33;
Background color
Panel with #cbff33 background
background-color: #cbff33;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbff33;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 255, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 255, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbff33; background: linear-gradient(135deg, #cbff33, #43FF33);