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