#cead21
a balanced, vivid yellow · cool · closest name: gold
RGB
206, 173, 33
HSL
49°, 72%, 47%
CMYK
0, 16, 84, 19
Luminance
0.4312
Every format
| HEX | #cead21 |
| RGB | rgb(206, 173, 33) |
| HSL | hsl(49, 72%, 47%) |
| CMYK | cmyk(0%, 16%, 84%, 19%) |
| LAB | lab(71.6 -1.0 68.7) |
| LCH | lch(71.6 68.7 90.8) |
| OKLCH | oklch(0.755 0.147 94.3) |
Copy-ready code
/* CSS */
color: #cead21;
background-color: #cead21;
/* Tailwind (arbitrary) */
class="text-[#cead21] bg-[#cead21]"
/* SCSS */
$brand: #cead21;
/* SwiftUI */
Color(red: 0.808, green: 0.678, blue: 0.129)
/* Android */
Color.parseColor("#cead21")Accessibility — WCAG contrast
Aa
#cead21 on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cead21 on black: 9.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green67.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta16.0%
Yellow84.0%
Key (black)19.2%
Color previews
#cead21 text on a black background
contrast 9.62:1
Card sample
#cead21 text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cead21;
Background color
Panel with #cead21 background
background-color: #cead21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cead21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 173, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 173, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cead21; background: linear-gradient(135deg, #cead21, #7CCE21);