#cfab71
a balanced, vivid orange · warm · closest name: tan
RGB
207, 171, 113
HSL
37°, 50%, 63%
CMYK
0, 17, 45, 19
Luminance
0.4358
Every format
| HEX | #cfab71 |
| RGB | rgb(207, 171, 113) |
| HSL | hsl(37, 50%, 63%) |
| CMYK | cmyk(0%, 17%, 45%, 19%) |
| LAB | lab(72.0 5.6 34.7) |
| LCH | lch(72.0 35.2 80.9) |
| OKLCH | oklch(0.760 0.086 78.8) |
Copy-ready code
/* CSS */
color: #cfab71;
background-color: #cfab71;
/* Tailwind (arbitrary) */
class="text-[#cfab71] bg-[#cfab71]"
/* SCSS */
$brand: #cfab71;
/* SwiftUI */
Color(red: 0.812, green: 0.671, blue: 0.443)
/* Android */
Color.parseColor("#cfab71")Accessibility — WCAG contrast
Aa
#cfab71 on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfab71 on black: 9.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green67.1%
Blue44.3%
CMYK percentages
Cyan0.0%
Magenta17.4%
Yellow45.4%
Key (black)18.8%
Color previews
#cfab71 text on a black background
contrast 9.72:1
Card sample
#cfab71 text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfab71;
Background color
Panel with #cfab71 background
background-color: #cfab71;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfab71;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 171, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 171, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfab71; background: linear-gradient(135deg, #cfab71, #B4CF71);