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