#cfac70
a balanced, vivid orange · warm · closest name: tan
RGB
207, 172, 112
HSL
38°, 50%, 63%
CMYK
0, 17, 46, 19
Luminance
0.4394
Every format
| HEX | #cfac70 |
| RGB | rgb(207, 172, 112) |
| HSL | hsl(38, 50%, 63%) |
| CMYK | cmyk(0%, 17%, 46%, 19%) |
| LAB | lab(72.2 4.9 35.5) |
| LCH | lch(72.2 35.9 82.1) |
| OKLCH | oklch(0.762 0.088 80.3) |
Copy-ready code
/* CSS */
color: #cfac70;
background-color: #cfac70;
/* Tailwind (arbitrary) */
class="text-[#cfac70] bg-[#cfac70]"
/* SCSS */
$brand: #cfac70;
/* SwiftUI */
Color(red: 0.812, green: 0.675, blue: 0.439)
/* Android */
Color.parseColor("#cfac70")Accessibility — WCAG contrast
Aa
#cfac70 on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfac70 on black: 9.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green67.5%
Blue43.9%
CMYK percentages
Cyan0.0%
Magenta16.9%
Yellow45.9%
Key (black)18.8%
Color previews
#cfac70 text on a black background
contrast 9.79:1
Card sample
#cfac70 text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfac70;
Background color
Panel with #cfac70 background
background-color: #cfac70;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfac70;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 172, 112, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 172, 112, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfac70; background: linear-gradient(135deg, #cfac70, #B3CF70);