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