#caf024
a balanced, electric green · cool · closest name: yellow
RGB
202, 240, 36
HSL
71°, 87%, 54%
CMYK
16, 0, 85, 6
Luminance
0.7500
Every format
| HEX | #caf024 |
| RGB | rgb(202, 240, 36) |
| HSL | hsl(71, 87%, 54%) |
| CMYK | cmyk(16%, 0%, 85%, 6%) |
| LAB | lab(89.4 -35.5 82.7) |
| LCH | lch(89.4 90.0 113.2) |
| OKLCH | oklch(0.896 0.207 120.8) |
Copy-ready code
/* CSS */
color: #caf024;
background-color: #caf024;
/* Tailwind (arbitrary) */
class="text-[#caf024] bg-[#caf024]"
/* SCSS */
$brand: #caf024;
/* SwiftUI */
Color(red: 0.792, green: 0.941, blue: 0.141)
/* Android */
Color.parseColor("#caf024")Accessibility — WCAG contrast
Aa
#caf024 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#caf024 on black: 16.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green94.1%
Blue14.1%
CMYK percentages
Cyan15.8%
Magenta0.0%
Yellow85.0%
Key (black)5.9%
Color previews
#caf024 text on a black background
contrast 16.00:1
Card sample
#caf024 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #caf024;
Background color
Panel with #caf024 background
background-color: #caf024;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #caf024;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 240, 36, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 240, 36, 0.45);
Border & gradient
Gradient panel
border: 3px solid #caf024; background: linear-gradient(135deg, #caf024, #42F024);