#cafd3c
a balanced, electric green · cool · closest name: yellow
RGB
202, 253, 60
HSL
76°, 98%, 61%
CMYK
20, 0, 76, 1
Luminance
0.8313
Every format
| HEX | #cafd3c |
| RGB | rgb(202, 253, 60) |
| HSL | hsl(76, 98%, 61%) |
| CMYK | cmyk(20%, 0%, 76%, 1%) |
| LAB | lab(93.1 -40.5 80.1) |
| LCH | lch(93.1 89.7 116.8) |
| OKLCH | oklch(0.926 0.212 123.9) |
Copy-ready code
/* CSS */
color: #cafd3c;
background-color: #cafd3c;
/* Tailwind (arbitrary) */
class="text-[#cafd3c] bg-[#cafd3c]"
/* SCSS */
$brand: #cafd3c;
/* SwiftUI */
Color(red: 0.792, green: 0.992, blue: 0.235)
/* Android */
Color.parseColor("#cafd3c")Accessibility — WCAG contrast
Aa
#cafd3c on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cafd3c on black: 17.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green99.2%
Blue23.5%
CMYK percentages
Cyan20.2%
Magenta0.0%
Yellow76.3%
Key (black)0.8%
Color previews
#cafd3c text on a black background
contrast 17.63:1
Card sample
#cafd3c text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cafd3c;
Background color
Panel with #cafd3c background
background-color: #cafd3c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cafd3c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 253, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 253, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cafd3c; background: linear-gradient(135deg, #cafd3c, #49FD3C);