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