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