#cafd13
a balanced, electric green · cool · closest name: yellow
RGB
202, 253, 19
HSL
73°, 98%, 53%
CMYK
20, 0, 93, 1
Luminance
0.8285
Every format
| HEX | #cafd13 |
| RGB | rgb(202, 253, 19) |
| HSL | hsl(73, 98%, 53%) |
| CMYK | cmyk(20%, 0%, 93%, 1%) |
| LAB | lab(93.0 -41.6 88.2) |
| LCH | lch(93.0 97.5 115.3) |
| OKLCH | oklch(0.925 0.225 123.3) |
Copy-ready code
/* CSS */
color: #cafd13;
background-color: #cafd13;
/* Tailwind (arbitrary) */
class="text-[#cafd13] bg-[#cafd13]"
/* SCSS */
$brand: #cafd13;
/* SwiftUI */
Color(red: 0.792, green: 0.992, blue: 0.075)
/* Android */
Color.parseColor("#cafd13")Accessibility — WCAG contrast
Aa
#cafd13 on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cafd13 on black: 17.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green99.2%
Blue7.5%
CMYK percentages
Cyan20.2%
Magenta0.0%
Yellow92.5%
Key (black)0.8%
Color previews
#cafd13 text on a black background
contrast 17.57:1
Card sample
#cafd13 text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cafd13;
Background color
Panel with #cafd13 background
background-color: #cafd13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cafd13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 253, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 253, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cafd13; background: linear-gradient(135deg, #cafd13, #2EFD13);