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