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