#df9c86
a light, vivid red · warm · closest name: tan
RGB
223, 156, 134
HSL
15°, 58%, 70%
CMYK
0, 30, 40, 13
Luminance
0.4119
Every format
| HEX | #df9c86 |
| RGB | rgb(223, 156, 134) |
| HSL | hsl(15, 58%, 70%) |
| CMYK | cmyk(0%, 30%, 40%, 13%) |
| LAB | lab(70.3 22.3 21.6) |
| LCH | lch(70.3 31.0 44.0) |
| OKLCH | oklch(0.752 0.087 38.9) |
Copy-ready code
/* CSS */
color: #df9c86;
background-color: #df9c86;
/* Tailwind (arbitrary) */
class="text-[#df9c86] bg-[#df9c86]"
/* SCSS */
$brand: #df9c86;
/* SwiftUI */
Color(red: 0.875, green: 0.612, blue: 0.525)
/* Android */
Color.parseColor("#df9c86")Accessibility — WCAG contrast
Aa
#df9c86 on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df9c86 on black: 9.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green61.2%
Blue52.5%
CMYK percentages
Cyan0.0%
Magenta30.0%
Yellow39.9%
Key (black)12.5%
Color previews
#df9c86 text on a black background
contrast 9.24:1
Card sample
#df9c86 text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df9c86;
Background color
Panel with #df9c86 background
background-color: #df9c86;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df9c86;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 156, 134, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 156, 134, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df9c86; background: linear-gradient(135deg, #df9c86, #DFD786);