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