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