#caff1b
a balanced, electric green · cool · closest name: yellow
RGB
202, 255, 27
HSL
74°, 100%, 55%
CMYK
21, 0, 89, 0
Luminance
0.8416
Every format
| HEX | #caff1b |
| RGB | rgb(202, 255, 27) |
| HSL | hsl(74, 100%, 55%) |
| CMYK | cmyk(21%, 0%, 89%, 0%) |
| LAB | lab(93.5 -42.4 87.6) |
| LCH | lch(93.5 97.3 115.8) |
| OKLCH | oklch(0.930 0.226 123.7) |
Copy-ready code
/* CSS */
color: #caff1b;
background-color: #caff1b;
/* Tailwind (arbitrary) */
class="text-[#caff1b] bg-[#caff1b]"
/* SCSS */
$brand: #caff1b;
/* SwiftUI */
Color(red: 0.792, green: 1.000, blue: 0.106)
/* Android */
Color.parseColor("#caff1b")Accessibility — WCAG contrast
Aa
#caff1b on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#caff1b on black: 17.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green100.0%
Blue10.6%
CMYK percentages
Cyan20.8%
Magenta0.0%
Yellow89.4%
Key (black)0.0%
Color previews
#caff1b text on a black background
contrast 17.83:1
Card sample
#caff1b text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #caff1b;
Background color
Panel with #caff1b background
background-color: #caff1b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #caff1b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 255, 27, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 255, 27, 0.45);
Border & gradient
Gradient panel
border: 3px solid #caff1b; background: linear-gradient(135deg, #caff1b, #32FF1B);