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