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