#c8ad84
a light, soft orange · warm · closest name: tan
RGB
200, 173, 132
HSL
36°, 38%, 65%
CMYK
0, 14, 34, 22
Luminance
0.4383
Every format
| HEX | #c8ad84 |
| RGB | rgb(200, 173, 132) |
| HSL | hsl(36, 38%, 65%) |
| CMYK | cmyk(0%, 14%, 34%, 22%) |
| LAB | lab(72.1 3.8 24.7) |
| LCH | lch(72.1 25.0 81.2) |
| OKLCH | oklch(0.761 0.064 77.9) |
Copy-ready code
/* CSS */
color: #c8ad84;
background-color: #c8ad84;
/* Tailwind (arbitrary) */
class="text-[#c8ad84] bg-[#c8ad84]"
/* SCSS */
$brand: #c8ad84;
/* SwiftUI */
Color(red: 0.784, green: 0.678, blue: 0.518)
/* Android */
Color.parseColor("#c8ad84")Accessibility — WCAG contrast
Aa
#c8ad84 on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8ad84 on black: 9.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green67.8%
Blue51.8%
CMYK percentages
Cyan0.0%
Magenta13.5%
Yellow34.0%
Key (black)21.6%
Color previews
#c8ad84 text on a black background
contrast 9.77:1
Card sample
#c8ad84 text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8ad84;
Background color
Panel with #c8ad84 background
background-color: #c8ad84;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8ad84;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 173, 132, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 173, 132, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8ad84; background: linear-gradient(135deg, #c8ad84, #B6C884);