#cfac7f
a light, vivid orange · warm · closest name: tan
RGB
207, 172, 127
HSL
34°, 46%, 66%
CMYK
0, 17, 39, 19
Luminance
0.4430
Every format
| HEX | #cfac7f |
| RGB | rgb(207, 172, 127) |
| HSL | hsl(34, 46%, 66%) |
| CMYK | cmyk(0%, 17%, 39%, 19%) |
| LAB | lab(72.4 6.5 27.9) |
| LCH | lch(72.4 28.7 76.8) |
| OKLCH | oklch(0.765 0.073 73.4) |
Copy-ready code
/* CSS */
color: #cfac7f;
background-color: #cfac7f;
/* Tailwind (arbitrary) */
class="text-[#cfac7f] bg-[#cfac7f]"
/* SCSS */
$brand: #cfac7f;
/* SwiftUI */
Color(red: 0.812, green: 0.675, blue: 0.498)
/* Android */
Color.parseColor("#cfac7f")Accessibility — WCAG contrast
Aa
#cfac7f on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfac7f on black: 9.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green67.5%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta16.9%
Yellow38.6%
Key (black)18.8%
Color previews
#cfac7f text on a black background
contrast 9.86:1
Card sample
#cfac7f text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfac7f;
Background color
Panel with #cfac7f background
background-color: #cfac7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfac7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 172, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 172, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfac7f; background: linear-gradient(135deg, #cfac7f, #BDCF7F);