#caf721
a balanced, electric green · cool · closest name: yellow
RGB
202, 247, 33
HSL
73°, 93%, 55%
CMYK
18, 0, 87, 3
Luminance
0.7919
Every format
| HEX | #caf721 |
| RGB | rgb(202, 247, 33) |
| HSL | hsl(73, 93%, 55%) |
| CMYK | cmyk(18%, 0%, 87%, 3%) |
| LAB | lab(91.3 -38.7 84.9) |
| LCH | lch(91.3 93.3 114.5) |
| OKLCH | oklch(0.912 0.216 122.3) |
Copy-ready code
/* CSS */
color: #caf721;
background-color: #caf721;
/* Tailwind (arbitrary) */
class="text-[#caf721] bg-[#caf721]"
/* SCSS */
$brand: #caf721;
/* SwiftUI */
Color(red: 0.792, green: 0.969, blue: 0.129)
/* Android */
Color.parseColor("#caf721")Accessibility — WCAG contrast
Aa
#caf721 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#caf721 on black: 16.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green96.9%
Blue12.9%
CMYK percentages
Cyan18.2%
Magenta0.0%
Yellow86.6%
Key (black)3.1%
Color previews
#caf721 text on a black background
contrast 16.84:1
Card sample
#caf721 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #caf721;
Background color
Panel with #caf721 background
background-color: #caf721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #caf721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 247, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 247, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #caf721; background: linear-gradient(135deg, #caf721, #3BF721);