#cea708
a dark, electric yellow · cool · closest name: gold
RGB
206, 167, 8
HSL
48°, 93%, 42%
CMYK
0, 19, 96, 19
Luminance
0.4078
Every format
| HEX | #cea708 |
| RGB | rgb(206, 167, 8) |
| HSL | hsl(48, 93%, 42%) |
| CMYK | cmyk(0%, 19%, 96%, 19%) |
| LAB | lab(70.0 1.8 72.1) |
| LCH | lch(70.0 72.1 88.6) |
| OKLCH | oklch(0.742 0.150 91.7) |
Copy-ready code
/* CSS */
color: #cea708;
background-color: #cea708;
/* Tailwind (arbitrary) */
class="text-[#cea708] bg-[#cea708]"
/* SCSS */
$brand: #cea708;
/* SwiftUI */
Color(red: 0.808, green: 0.655, blue: 0.031)
/* Android */
Color.parseColor("#cea708")Accessibility — WCAG contrast
Aa
#cea708 on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cea708 on black: 9.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green65.5%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta18.9%
Yellow96.1%
Key (black)19.2%
Color previews
#cea708 text on a black background
contrast 9.16:1
Card sample
#cea708 text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cea708;
Background color
Panel with #cea708 background
background-color: #cea708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cea708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 167, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 167, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cea708; background: linear-gradient(135deg, #cea708, #71CE08);