#cfac9d
a light, soft orange · warm · closest name: tan
RGB
207, 172, 157
HSL
18°, 34%, 71%
CMYK
0, 17, 24, 19
Luminance
0.4520
Every format
| HEX | #cfac9d |
| RGB | rgb(207, 172, 157) |
| HSL | hsl(18, 34%, 71%) |
| CMYK | cmyk(0%, 17%, 24%, 19%) |
| LAB | lab(73.0 10.4 12.5) |
| LCH | lch(73.0 16.3 50.1) |
| OKLCH | oklch(0.771 0.046 44.5) |
Copy-ready code
/* CSS */
color: #cfac9d;
background-color: #cfac9d;
/* Tailwind (arbitrary) */
class="text-[#cfac9d] bg-[#cfac9d]"
/* SCSS */
$brand: #cfac9d;
/* SwiftUI */
Color(red: 0.812, green: 0.675, blue: 0.616)
/* Android */
Color.parseColor("#cfac9d")Accessibility — WCAG contrast
Aa
#cfac9d on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfac9d on black: 10.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green67.5%
Blue61.6%
CMYK percentages
Cyan0.0%
Magenta16.9%
Yellow24.2%
Key (black)18.8%
Color previews
#cfac9d text on a black background
contrast 10.04:1
Card sample
#cfac9d text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfac9d;
Background color
Panel with #cfac9d background
background-color: #cfac9d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfac9d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 172, 157, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 172, 157, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfac9d; background: linear-gradient(135deg, #cfac9d, #CFCD9D);