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