#cbff4b
a balanced, electric green · cool · closest name: yellow
RGB
203, 255, 75
HSL
77°, 100%, 65%
CMYK
20, 0, 71, 0
Luminance
0.8472
Every format
| HEX | #cbff4b |
| RGB | rgb(203, 255, 75) |
| HSL | hsl(77, 100%, 65%) |
| CMYK | cmyk(20%, 0%, 71%, 0%) |
| LAB | lab(93.8 -40.3 76.0) |
| LCH | lch(93.8 86.0 117.9) |
| OKLCH | oklch(0.932 0.206 124.5) |
Copy-ready code
/* CSS */
color: #cbff4b;
background-color: #cbff4b;
/* Tailwind (arbitrary) */
class="text-[#cbff4b] bg-[#cbff4b]"
/* SCSS */
$brand: #cbff4b;
/* SwiftUI */
Color(red: 0.796, green: 1.000, blue: 0.294)
/* Android */
Color.parseColor("#cbff4b")Accessibility — WCAG contrast
Aa
#cbff4b on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbff4b on black: 17.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green100.0%
Blue29.4%
CMYK percentages
Cyan20.4%
Magenta0.0%
Yellow70.6%
Key (black)0.0%
Color previews
#cbff4b text on a black background
contrast 17.94:1
Card sample
#cbff4b text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbff4b;
Background color
Panel with #cbff4b background
background-color: #cbff4b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbff4b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 255, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 255, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbff4b; background: linear-gradient(135deg, #cbff4b, #53FF4B);