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