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