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