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