#cead0f
a dark, electric yellow · cool · closest name: gold
RGB
206, 173, 15
HSL
50°, 86%, 43%
CMYK
0, 16, 93, 19
Luminance
0.4304
Every format
| HEX | #cead0f |
| RGB | rgb(206, 173, 15) |
| HSL | hsl(50, 86%, 43%) |
| CMYK | cmyk(0%, 16%, 93%, 19%) |
| LAB | lab(71.6 -1.3 72.3) |
| LCH | lch(71.6 72.3 91.0) |
| OKLCH | oklch(0.755 0.152 94.9) |
Copy-ready code
/* CSS */
color: #cead0f;
background-color: #cead0f;
/* Tailwind (arbitrary) */
class="text-[#cead0f] bg-[#cead0f]"
/* SCSS */
$brand: #cead0f;
/* SwiftUI */
Color(red: 0.808, green: 0.678, blue: 0.059)
/* Android */
Color.parseColor("#cead0f")Accessibility — WCAG contrast
Aa
#cead0f on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cead0f on black: 9.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green67.8%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta16.0%
Yellow92.7%
Key (black)19.2%
Color previews
#cead0f text on a black background
contrast 9.61:1
Card sample
#cead0f text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cead0f;
Background color
Panel with #cead0f background
background-color: #cead0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cead0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 173, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 173, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cead0f; background: linear-gradient(135deg, #cead0f, #70CE0F);