#cfab9f
a light, soft orange · warm · closest name: tan
RGB
207, 171, 159
HSL
15°, 33%, 72%
CMYK
0, 17, 23, 19
Luminance
0.4489
Every format
| HEX | #cfab9f |
| RGB | rgb(207, 171, 159) |
| HSL | hsl(15, 33%, 72%) |
| CMYK | cmyk(0%, 17%, 23%, 19%) |
| LAB | lab(72.8 11.3 11.1) |
| LCH | lch(72.8 15.8 44.6) |
| OKLCH | oklch(0.770 0.046 39.3) |
Copy-ready code
/* CSS */
color: #cfab9f;
background-color: #cfab9f;
/* Tailwind (arbitrary) */
class="text-[#cfab9f] bg-[#cfab9f]"
/* SCSS */
$brand: #cfab9f;
/* SwiftUI */
Color(red: 0.812, green: 0.671, blue: 0.624)
/* Android */
Color.parseColor("#cfab9f")Accessibility — WCAG contrast
Aa
#cfab9f on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfab9f on black: 9.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green67.1%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta17.4%
Yellow23.2%
Key (black)18.8%
Color previews
#cfab9f text on a black background
contrast 9.98:1
Card sample
#cfab9f text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfab9f;
Background color
Panel with #cfab9f background
background-color: #cfab9f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfab9f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 171, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 171, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfab9f; background: linear-gradient(135deg, #cfab9f, #CFCB9F);