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