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