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