#ceb708
a dark, electric yellow · cool · closest name: gold
RGB
206, 183, 8
HSL
53°, 93%, 42%
CMYK
0, 11, 96, 19
Luminance
0.4701
Every format
| HEX | #ceb708 |
| RGB | rgb(206, 183, 8) |
| HSL | hsl(53, 93%, 42%) |
| CMYK | cmyk(0%, 11%, 96%, 19%) |
| LAB | lab(74.2 -6.6 75.1) |
| LCH | lch(74.2 75.4 95.0) |
| OKLCH | oklch(0.775 0.160 100.1) |
Copy-ready code
/* CSS */
color: #ceb708;
background-color: #ceb708;
/* Tailwind (arbitrary) */
class="text-[#ceb708] bg-[#ceb708]"
/* SCSS */
$brand: #ceb708;
/* SwiftUI */
Color(red: 0.808, green: 0.718, blue: 0.031)
/* Android */
Color.parseColor("#ceb708")Accessibility — WCAG contrast
Aa
#ceb708 on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceb708 on black: 10.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green71.8%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta11.2%
Yellow96.1%
Key (black)19.2%
Color previews
#ceb708 text on a black background
contrast 10.40:1
Card sample
#ceb708 text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceb708;
Background color
Panel with #ceb708 background
background-color: #ceb708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceb708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 183, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 183, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceb708; background: linear-gradient(135deg, #ceb708, #61CE08);