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