#ceac17
a dark, electric yellow · cool · closest name: gold
RGB
206, 172, 23
HSL
49°, 80%, 45%
CMYK
0, 17, 89, 19
Luminance
0.4269
Every format
| HEX | #ceac17 |
| RGB | rgb(206, 172, 23) |
| HSL | hsl(49, 80%, 45%) |
| CMYK | cmyk(0%, 17%, 89%, 19%) |
| LAB | lab(71.3 -0.7 70.8) |
| LCH | lch(71.3 70.8 90.5) |
| OKLCH | oklch(0.753 0.150 94.1) |
Copy-ready code
/* CSS */
color: #ceac17;
background-color: #ceac17;
/* Tailwind (arbitrary) */
class="text-[#ceac17] bg-[#ceac17]"
/* SCSS */
$brand: #ceac17;
/* SwiftUI */
Color(red: 0.808, green: 0.675, blue: 0.090)
/* Android */
Color.parseColor("#ceac17")Accessibility — WCAG contrast
Aa
#ceac17 on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceac17 on black: 9.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green67.5%
Blue9.0%
CMYK percentages
Cyan0.0%
Magenta16.5%
Yellow88.8%
Key (black)19.2%
Color previews
#ceac17 text on a black background
contrast 9.54:1
Card sample
#ceac17 text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceac17;
Background color
Panel with #ceac17 background
background-color: #ceac17;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceac17;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 172, 23, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 172, 23, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceac17; background: linear-gradient(135deg, #ceac17, #76CE17);