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