#cafe21
a balanced, electric green · cool · closest name: yellow
RGB
202, 254, 33
HSL
74°, 99%, 56%
CMYK
21, 0, 87, 0
Luminance
0.8355
Every format
| HEX | #cafe21 |
| RGB | rgb(202, 254, 33) |
| HSL | hsl(74, 99%, 56%) |
| CMYK | cmyk(21%, 0%, 87%, 0%) |
| LAB | lab(93.3 -41.8 86.5) |
| LCH | lch(93.3 96.1 115.8) |
| OKLCH | oklch(0.928 0.223 123.6) |
Copy-ready code
/* CSS */
color: #cafe21;
background-color: #cafe21;
/* Tailwind (arbitrary) */
class="text-[#cafe21] bg-[#cafe21]"
/* SCSS */
$brand: #cafe21;
/* SwiftUI */
Color(red: 0.792, green: 0.996, blue: 0.129)
/* Android */
Color.parseColor("#cafe21")Accessibility — WCAG contrast
Aa
#cafe21 on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cafe21 on black: 17.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green99.6%
Blue12.9%
CMYK percentages
Cyan20.5%
Magenta0.0%
Yellow87.0%
Key (black)0.4%
Color previews
#cafe21 text on a black background
contrast 17.71:1
Card sample
#cafe21 text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cafe21;
Background color
Panel with #cafe21 background
background-color: #cafe21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cafe21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 254, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 254, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cafe21; background: linear-gradient(135deg, #cafe21, #37FE21);