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