#ceac3e
a balanced, vivid yellow · cool · closest name: olive
RGB
206, 172, 62
HSL
46°, 60%, 53%
CMYK
0, 17, 70, 19
Luminance
0.4297
Every format
| HEX | #ceac3e |
| RGB | rgb(206, 172, 62) |
| HSL | hsl(46, 60%, 53%) |
| CMYK | cmyk(0%, 17%, 70%, 19%) |
| LAB | lab(71.5 0.7 58.7) |
| LCH | lch(71.5 58.7 89.3) |
| OKLCH | oklch(0.755 0.131 91.5) |
Copy-ready code
/* CSS */
color: #ceac3e;
background-color: #ceac3e;
/* Tailwind (arbitrary) */
class="text-[#ceac3e] bg-[#ceac3e]"
/* SCSS */
$brand: #ceac3e;
/* SwiftUI */
Color(red: 0.808, green: 0.675, blue: 0.243)
/* Android */
Color.parseColor("#ceac3e")Accessibility — WCAG contrast
Aa
#ceac3e on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceac3e on black: 9.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green67.5%
Blue24.3%
CMYK percentages
Cyan0.0%
Magenta16.5%
Yellow69.9%
Key (black)19.2%
Color previews
#ceac3e text on a black background
contrast 9.59:1
Card sample
#ceac3e text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceac3e;
Background color
Panel with #ceac3e background
background-color: #ceac3e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceac3e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 172, 62, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 172, 62, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceac3e; background: linear-gradient(135deg, #ceac3e, #90CE3E);