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