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