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