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