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