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