#cadb2f
a balanced, vivid yellow · cool · closest name: yellow
RGB
202, 219, 47
HSL
66°, 71%, 52%
CMYK
8, 0, 79, 14
Luminance
0.6342
Every format
| HEX | #cadb2f |
| RGB | rgb(202, 219, 47) |
| HSL | hsl(66, 71%, 52%) |
| CMYK | cmyk(8%, 0%, 79%, 14%) |
| LAB | lab(83.7 -25.4 75.2) |
| LCH | lch(83.7 79.4 108.7) |
| OKLCH | oklch(0.851 0.181 115.5) |
Copy-ready code
/* CSS */
color: #cadb2f;
background-color: #cadb2f;
/* Tailwind (arbitrary) */
class="text-[#cadb2f] bg-[#cadb2f]"
/* SCSS */
$brand: #cadb2f;
/* SwiftUI */
Color(red: 0.792, green: 0.859, blue: 0.184)
/* Android */
Color.parseColor("#cadb2f")Accessibility — WCAG contrast
Aa
#cadb2f on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cadb2f on black: 13.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green85.9%
Blue18.4%
CMYK percentages
Cyan7.8%
Magenta0.0%
Yellow78.5%
Key (black)14.1%
Color previews
#cadb2f text on a black background
contrast 13.68:1
Card sample
#cadb2f text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cadb2f;
Background color
Panel with #cadb2f background
background-color: #cadb2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cadb2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 219, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 219, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cadb2f; background: linear-gradient(135deg, #cadb2f, #58DB2F);