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