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