#cadc2f
a balanced, vivid yellow · cool · closest name: yellow
RGB
202, 220, 47
HSL
66°, 71%, 52%
CMYK
8, 0, 79, 14
Luminance
0.6395
Every format
| HEX | #cadc2f |
| RGB | rgb(202, 220, 47) |
| HSL | hsl(66, 71%, 52%) |
| CMYK | cmyk(8%, 0%, 79%, 14%) |
| LAB | lab(83.9 -25.9 75.4) |
| LCH | lch(83.9 79.8 109.0) |
| OKLCH | oklch(0.853 0.182 115.8) |
Copy-ready code
/* CSS */
color: #cadc2f;
background-color: #cadc2f;
/* Tailwind (arbitrary) */
class="text-[#cadc2f] bg-[#cadc2f]"
/* SCSS */
$brand: #cadc2f;
/* SwiftUI */
Color(red: 0.792, green: 0.863, blue: 0.184)
/* Android */
Color.parseColor("#cadc2f")Accessibility — WCAG contrast
Aa
#cadc2f on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cadc2f on black: 13.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green86.3%
Blue18.4%
CMYK percentages
Cyan8.2%
Magenta0.0%
Yellow78.6%
Key (black)13.7%
Color previews
#cadc2f text on a black background
contrast 13.79:1
Card sample
#cadc2f text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cadc2f;
Background color
Panel with #cadc2f background
background-color: #cadc2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cadc2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 220, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 220, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cadc2f; background: linear-gradient(135deg, #cadc2f, #57DC2F);