#cfab8f
a light, soft orange · warm · closest name: tan
RGB
207, 171, 143
HSL
26°, 40%, 69%
CMYK
0, 17, 31, 19
Luminance
0.4437
Every format
| HEX | #cfab8f |
| RGB | rgb(207, 171, 143) |
| HSL | hsl(26, 40%, 69%) |
| CMYK | cmyk(0%, 17%, 31%, 19%) |
| LAB | lab(72.5 9.1 19.4) |
| LCH | lch(72.5 21.4 64.9) |
| OKLCH | oklch(0.766 0.057 59.7) |
Copy-ready code
/* CSS */
color: #cfab8f;
background-color: #cfab8f;
/* Tailwind (arbitrary) */
class="text-[#cfab8f] bg-[#cfab8f]"
/* SCSS */
$brand: #cfab8f;
/* SwiftUI */
Color(red: 0.812, green: 0.671, blue: 0.561)
/* Android */
Color.parseColor("#cfab8f")Accessibility — WCAG contrast
Aa
#cfab8f on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfab8f on black: 9.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green67.1%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta17.4%
Yellow30.9%
Key (black)18.8%
Color previews
#cfab8f text on a black background
contrast 9.87:1
Card sample
#cfab8f text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfab8f;
Background color
Panel with #cfab8f background
background-color: #cfab8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfab8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 171, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 171, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfab8f; background: linear-gradient(135deg, #cfab8f, #C8CF8F);