#ceac37
a balanced, vivid yellow · cool · closest name: olive
RGB
206, 172, 55
HSL
47°, 61%, 51%
CMYK
0, 17, 73, 19
Luminance
0.4290
Every format
| HEX | #ceac37 |
| RGB | rgb(206, 172, 55) |
| HSL | hsl(47, 61%, 51%) |
| CMYK | cmyk(0%, 17%, 73%, 19%) |
| LAB | lab(71.5 0.4 61.4) |
| LCH | lch(71.5 61.4 89.7) |
| OKLCH | oklch(0.754 0.136 92.2) |
Copy-ready code
/* CSS */
color: #ceac37;
background-color: #ceac37;
/* Tailwind (arbitrary) */
class="text-[#ceac37] bg-[#ceac37]"
/* SCSS */
$brand: #ceac37;
/* SwiftUI */
Color(red: 0.808, green: 0.675, blue: 0.216)
/* Android */
Color.parseColor("#ceac37")Accessibility — WCAG contrast
Aa
#ceac37 on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceac37 on black: 9.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green67.5%
Blue21.6%
CMYK percentages
Cyan0.0%
Magenta16.5%
Yellow73.3%
Key (black)19.2%
Color previews
#ceac37 text on a black background
contrast 9.58:1
Card sample
#ceac37 text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceac37;
Background color
Panel with #ceac37 background
background-color: #ceac37;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceac37;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 172, 55, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 172, 55, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceac37; background: linear-gradient(135deg, #ceac37, #8BCE37);