#ceb613
a dark, electric yellow · cool · closest name: gold
RGB
206, 182, 19
HSL
52°, 83%, 44%
CMYK
0, 12, 91, 19
Luminance
0.4662
Every format
| HEX | #ceb613 |
| RGB | rgb(206, 182, 19) |
| HSL | hsl(52, 83%, 44%) |
| CMYK | cmyk(0%, 12%, 91%, 19%) |
| LAB | lab(74.0 -6.0 73.5) |
| LCH | lch(74.0 73.8 94.6) |
| OKLCH | oklch(0.773 0.157 99.5) |
Copy-ready code
/* CSS */
color: #ceb613;
background-color: #ceb613;
/* Tailwind (arbitrary) */
class="text-[#ceb613] bg-[#ceb613]"
/* SCSS */
$brand: #ceb613;
/* SwiftUI */
Color(red: 0.808, green: 0.714, blue: 0.075)
/* Android */
Color.parseColor("#ceb613")Accessibility — WCAG contrast
Aa
#ceb613 on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceb613 on black: 10.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green71.4%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta11.7%
Yellow90.8%
Key (black)19.2%
Color previews
#ceb613 text on a black background
contrast 10.32:1
Card sample
#ceb613 text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceb613;
Background color
Panel with #ceb613 background
background-color: #ceb613;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceb613;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 182, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 182, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceb613; background: linear-gradient(135deg, #ceb613, #69CE13);