#cda721
a balanced, vivid yellow · cool · closest name: orange
RGB
205, 167, 33
HSL
47°, 72%, 47%
CMYK
0, 19, 84, 20
Luminance
0.4073
Every format
| HEX | #cda721 |
| RGB | rgb(205, 167, 33) |
| HSL | hsl(47, 72%, 47%) |
| CMYK | cmyk(0%, 19%, 84%, 20%) |
| LAB | lab(70.0 1.8 67.3) |
| LCH | lch(70.0 67.3 88.5) |
| OKLCH | oklch(0.742 0.144 91.3) |
Copy-ready code
/* CSS */
color: #cda721;
background-color: #cda721;
/* Tailwind (arbitrary) */
class="text-[#cda721] bg-[#cda721]"
/* SCSS */
$brand: #cda721;
/* SwiftUI */
Color(red: 0.804, green: 0.655, blue: 0.129)
/* Android */
Color.parseColor("#cda721")Accessibility — WCAG contrast
Aa
#cda721 on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cda721 on black: 9.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green65.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta18.5%
Yellow83.9%
Key (black)19.6%
Color previews
#cda721 text on a black background
contrast 9.15:1
Card sample
#cda721 text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cda721;
Background color
Panel with #cda721 background
background-color: #cda721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cda721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 167, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 167, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cda721; background: linear-gradient(135deg, #cda721, #81CD21);