#cfac86
a light, soft orange · warm · closest name: tan
RGB
207, 172, 134
HSL
31°, 43%, 67%
CMYK
0, 17, 35, 19
Luminance
0.4449
Every format
| HEX | #cfac86 |
| RGB | rgb(207, 172, 134) |
| HSL | hsl(31, 43%, 67%) |
| CMYK | cmyk(0%, 17%, 35%, 19%) |
| LAB | lab(72.6 7.4 24.3) |
| LCH | lch(72.6 25.4 73.1) |
| OKLCH | oklch(0.766 0.066 68.9) |
Copy-ready code
/* CSS */
color: #cfac86;
background-color: #cfac86;
/* Tailwind (arbitrary) */
class="text-[#cfac86] bg-[#cfac86]"
/* SCSS */
$brand: #cfac86;
/* SwiftUI */
Color(red: 0.812, green: 0.675, blue: 0.525)
/* Android */
Color.parseColor("#cfac86")Accessibility — WCAG contrast
Aa
#cfac86 on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfac86 on black: 9.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green67.5%
Blue52.5%
CMYK percentages
Cyan0.0%
Magenta16.9%
Yellow35.3%
Key (black)18.8%
Color previews
#cfac86 text on a black background
contrast 9.90:1
Card sample
#cfac86 text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfac86;
Background color
Panel with #cfac86 background
background-color: #cfac86;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfac86;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 172, 134, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 172, 134, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfac86; background: linear-gradient(135deg, #cfac86, #C1CF86);