#ceb511
a dark, electric yellow · cool · closest name: gold
RGB
206, 181, 17
HSL
52°, 85%, 44%
CMYK
0, 12, 92, 19
Luminance
0.4621
Every format
| HEX | #ceb511 |
| RGB | rgb(206, 181, 17) |
| HSL | hsl(52, 85%, 44%) |
| CMYK | cmyk(0%, 12%, 92%, 19%) |
| LAB | lab(73.7 -5.5 73.6) |
| LCH | lch(73.7 73.8 94.3) |
| OKLCH | oklch(0.771 0.157 99.0) |
Copy-ready code
/* CSS */
color: #ceb511;
background-color: #ceb511;
/* Tailwind (arbitrary) */
class="text-[#ceb511] bg-[#ceb511]"
/* SCSS */
$brand: #ceb511;
/* SwiftUI */
Color(red: 0.808, green: 0.710, blue: 0.067)
/* Android */
Color.parseColor("#ceb511")Accessibility — WCAG contrast
Aa
#ceb511 on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceb511 on black: 10.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green71.0%
Blue6.7%
CMYK percentages
Cyan0.0%
Magenta12.1%
Yellow91.7%
Key (black)19.2%
Color previews
#ceb511 text on a black background
contrast 10.24:1
Card sample
#ceb511 text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceb511;
Background color
Panel with #ceb511 background
background-color: #ceb511;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceb511;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 181, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 181, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceb511; background: linear-gradient(135deg, #ceb511, #69CE11);