#cfab9c
a light, soft orange · warm · closest name: tan
RGB
207, 171, 156
HSL
18°, 35%, 71%
CMYK
0, 17, 25, 19
Luminance
0.4479
Every format
| HEX | #cfab9c |
| RGB | rgb(207, 171, 156) |
| HSL | hsl(18, 35%, 71%) |
| CMYK | cmyk(0%, 17%, 25%, 19%) |
| LAB | lab(72.8 10.8 12.6) |
| LCH | lch(72.8 16.6 49.4) |
| OKLCH | oklch(0.769 0.047 43.8) |
Copy-ready code
/* CSS */
color: #cfab9c;
background-color: #cfab9c;
/* Tailwind (arbitrary) */
class="text-[#cfab9c] bg-[#cfab9c]"
/* SCSS */
$brand: #cfab9c;
/* SwiftUI */
Color(red: 0.812, green: 0.671, blue: 0.612)
/* Android */
Color.parseColor("#cfab9c")Accessibility — WCAG contrast
Aa
#cfab9c on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfab9c on black: 9.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green67.1%
Blue61.2%
CMYK percentages
Cyan0.0%
Magenta17.4%
Yellow24.6%
Key (black)18.8%
Color previews
#cfab9c text on a black background
contrast 9.96:1
Card sample
#cfab9c text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfab9c;
Background color
Panel with #cfab9c background
background-color: #cfab9c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfab9c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 171, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 171, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfab9c; background: linear-gradient(135deg, #cfab9c, #CFCD9C);