#cbff4f
a light, electric green · cool · closest name: yellow
RGB
203, 255, 79
HSL
78°, 100%, 66%
CMYK
20, 0, 69, 0
Luminance
0.8478
Every format
| HEX | #cbff4f |
| RGB | rgb(203, 255, 79) |
| HSL | hsl(78, 100%, 66%) |
| CMYK | cmyk(20%, 0%, 69%, 0%) |
| LAB | lab(93.8 -40.1 74.7) |
| LCH | lch(93.8 84.7 118.2) |
| OKLCH | oklch(0.933 0.204 124.6) |
Copy-ready code
/* CSS */
color: #cbff4f;
background-color: #cbff4f;
/* Tailwind (arbitrary) */
class="text-[#cbff4f] bg-[#cbff4f]"
/* SCSS */
$brand: #cbff4f;
/* SwiftUI */
Color(red: 0.796, green: 1.000, blue: 0.310)
/* Android */
Color.parseColor("#cbff4f")Accessibility — WCAG contrast
Aa
#cbff4f on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbff4f on black: 17.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green100.0%
Blue31.0%
CMYK percentages
Cyan20.4%
Magenta0.0%
Yellow69.0%
Key (black)0.0%
Color previews
#cbff4f text on a black background
contrast 17.96:1
Card sample
#cbff4f text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbff4f;
Background color
Panel with #cbff4f background
background-color: #cbff4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbff4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 255, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 255, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbff4f; background: linear-gradient(135deg, #cbff4f, #56FF4F);