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