#cafb21
a balanced, electric green · cool · closest name: yellow
RGB
202, 251, 33
HSL
74°, 97%, 56%
CMYK
20, 0, 87, 2
Luminance
0.8166
Every format
| HEX | #cafb21 |
| RGB | rgb(202, 251, 33) |
| HSL | hsl(74, 97%, 56%) |
| CMYK | cmyk(20%, 0%, 87%, 2%) |
| LAB | lab(92.4 -40.5 85.8) |
| LCH | lch(92.4 94.9 115.3) |
| OKLCH | oklch(0.921 0.220 123.0) |
Copy-ready code
/* CSS */
color: #cafb21;
background-color: #cafb21;
/* Tailwind (arbitrary) */
class="text-[#cafb21] bg-[#cafb21]"
/* SCSS */
$brand: #cafb21;
/* SwiftUI */
Color(red: 0.792, green: 0.984, blue: 0.129)
/* Android */
Color.parseColor("#cafb21")Accessibility — WCAG contrast
Aa
#cafb21 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cafb21 on black: 17.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green98.4%
Blue12.9%
CMYK percentages
Cyan19.5%
Magenta0.0%
Yellow86.9%
Key (black)1.6%
Color previews
#cafb21 text on a black background
contrast 17.33:1
Card sample
#cafb21 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cafb21;
Background color
Panel with #cafb21 background
background-color: #cafb21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cafb21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 251, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 251, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cafb21; background: linear-gradient(135deg, #cafb21, #39FB21);