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