#cfab97
a light, soft orange · warm · closest name: tan
RGB
207, 171, 151
HSL
21°, 37%, 70%
CMYK
0, 17, 27, 19
Luminance
0.4463
Every format
| HEX | #cfab97 |
| RGB | rgb(207, 171, 151) |
| HSL | hsl(21, 37%, 70%) |
| CMYK | cmyk(0%, 17%, 27%, 19%) |
| LAB | lab(72.7 10.1 15.2) |
| LCH | lch(72.7 18.3 56.4) |
| OKLCH | oklch(0.768 0.051 50.7) |
Copy-ready code
/* CSS */
color: #cfab97;
background-color: #cfab97;
/* Tailwind (arbitrary) */
class="text-[#cfab97] bg-[#cfab97]"
/* SCSS */
$brand: #cfab97;
/* SwiftUI */
Color(red: 0.812, green: 0.671, blue: 0.592)
/* Android */
Color.parseColor("#cfab97")Accessibility — WCAG contrast
Aa
#cfab97 on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfab97 on black: 9.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green67.1%
Blue59.2%
CMYK percentages
Cyan0.0%
Magenta17.4%
Yellow27.1%
Key (black)18.8%
Color previews
#cfab97 text on a black background
contrast 9.93:1
Card sample
#cfab97 text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfab97;
Background color
Panel with #cfab97 background
background-color: #cfab97;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfab97;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 171, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 171, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfab97; background: linear-gradient(135deg, #cfab97, #CECF97);