#cad02f
a balanced, vivid yellow · cool · closest name: gold
RGB
202, 208, 47
HSL
62°, 63%, 50%
CMYK
3, 0, 77, 18
Luminance
0.5787
Every format
| HEX | #cad02f |
| RGB | rgb(202, 208, 47) |
| HSL | hsl(62, 63%, 50%) |
| CMYK | cmyk(3%, 0%, 77%, 18%) |
| LAB | lab(80.7 -20.1 72.5) |
| LCH | lch(80.7 75.2 105.5) |
| OKLCH | oklch(0.827 0.170 111.8) |
Copy-ready code
/* CSS */
color: #cad02f;
background-color: #cad02f;
/* Tailwind (arbitrary) */
class="text-[#cad02f] bg-[#cad02f]"
/* SCSS */
$brand: #cad02f;
/* SwiftUI */
Color(red: 0.792, green: 0.816, blue: 0.184)
/* Android */
Color.parseColor("#cad02f")Accessibility — WCAG contrast
Aa
#cad02f on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cad02f on black: 12.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green81.6%
Blue18.4%
CMYK percentages
Cyan2.9%
Magenta0.0%
Yellow77.4%
Key (black)18.4%
Color previews
#cad02f text on a black background
contrast 12.57:1
Card sample
#cad02f text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cad02f;
Background color
Panel with #cad02f background
background-color: #cad02f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cad02f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 208, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 208, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cad02f; background: linear-gradient(135deg, #cad02f, #5FD02F);