#ceac5d
a balanced, vivid yellow · warm · closest name: tan
RGB
206, 172, 93
HSL
42°, 54%, 59%
CMYK
0, 17, 55, 19
Luminance
0.4342
Every format
| HEX | #ceac5d |
| RGB | rgb(206, 172, 93) |
| HSL | hsl(42, 54%, 59%) |
| CMYK | cmyk(0%, 17%, 55%, 19%) |
| LAB | lab(71.8 2.8 44.8) |
| LCH | lch(71.8 44.9 86.4) |
| OKLCH | oklch(0.758 0.106 86.5) |
Copy-ready code
/* CSS */
color: #ceac5d;
background-color: #ceac5d;
/* Tailwind (arbitrary) */
class="text-[#ceac5d] bg-[#ceac5d]"
/* SCSS */
$brand: #ceac5d;
/* SwiftUI */
Color(red: 0.808, green: 0.675, blue: 0.365)
/* Android */
Color.parseColor("#ceac5d")Accessibility — WCAG contrast
Aa
#ceac5d on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceac5d on black: 9.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green67.5%
Blue36.5%
CMYK percentages
Cyan0.0%
Magenta16.5%
Yellow54.9%
Key (black)19.2%
Color previews
#ceac5d text on a black background
contrast 9.68:1
Card sample
#ceac5d text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceac5d;
Background color
Panel with #ceac5d background
background-color: #ceac5d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceac5d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 172, 93, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 172, 93, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceac5d; background: linear-gradient(135deg, #ceac5d, #A5CE5D);