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