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