#ceac13
a dark, electric yellow · cool · closest name: gold
RGB
206, 172, 19
HSL
49°, 83%, 44%
CMYK
0, 17, 91, 19
Luminance
0.4267
Every format
| HEX | #ceac13 |
| RGB | rgb(206, 172, 19) |
| HSL | hsl(49, 83%, 44%) |
| CMYK | cmyk(0%, 17%, 91%, 19%) |
| LAB | lab(71.3 -0.7 71.5) |
| LCH | lch(71.3 71.5 90.6) |
| OKLCH | oklch(0.753 0.151 94.2) |
Copy-ready code
/* CSS */
color: #ceac13;
background-color: #ceac13;
/* Tailwind (arbitrary) */
class="text-[#ceac13] bg-[#ceac13]"
/* SCSS */
$brand: #ceac13;
/* SwiftUI */
Color(red: 0.808, green: 0.675, blue: 0.075)
/* Android */
Color.parseColor("#ceac13")Accessibility — WCAG contrast
Aa
#ceac13 on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceac13 on black: 9.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green67.5%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta16.5%
Yellow90.8%
Key (black)19.2%
Color previews
#ceac13 text on a black background
contrast 9.53:1
Card sample
#ceac13 text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceac13;
Background color
Panel with #ceac13 background
background-color: #ceac13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceac13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 172, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 172, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceac13; background: linear-gradient(135deg, #ceac13, #73CE13);