#cfac84
a light, soft orange · warm · closest name: tan
RGB
207, 172, 132
HSL
32°, 44%, 67%
CMYK
0, 17, 36, 19
Luminance
0.4444
Every format
| HEX | #cfac84 |
| RGB | rgb(207, 172, 132) |
| HSL | hsl(32, 44%, 67%) |
| CMYK | cmyk(0%, 17%, 36%, 19%) |
| LAB | lab(72.5 7.1 25.4) |
| LCH | lch(72.5 26.3 74.3) |
| OKLCH | oklch(0.766 0.068 70.3) |
Copy-ready code
/* CSS */
color: #cfac84;
background-color: #cfac84;
/* Tailwind (arbitrary) */
class="text-[#cfac84] bg-[#cfac84]"
/* SCSS */
$brand: #cfac84;
/* SwiftUI */
Color(red: 0.812, green: 0.675, blue: 0.518)
/* Android */
Color.parseColor("#cfac84")Accessibility — WCAG contrast
Aa
#cfac84 on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfac84 on black: 9.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green67.5%
Blue51.8%
CMYK percentages
Cyan0.0%
Magenta16.9%
Yellow36.2%
Key (black)18.8%
Color previews
#cfac84 text on a black background
contrast 9.89:1
Card sample
#cfac84 text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfac84;
Background color
Panel with #cfac84 background
background-color: #cfac84;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfac84;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 172, 132, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 172, 132, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfac84; background: linear-gradient(135deg, #cfac84, #C0CF84);