#df9c89
a light, vivid red · warm · closest name: tan
RGB
223, 156, 137
HSL
13°, 57%, 71%
CMYK
0, 30, 39, 13
Luminance
0.4127
Every format
| HEX | #df9c89 |
| RGB | rgb(223, 156, 137) |
| HSL | hsl(13, 57%, 71%) |
| CMYK | cmyk(0%, 30%, 39%, 13%) |
| LAB | lab(70.4 22.7 20.0) |
| LCH | lch(70.4 30.2 41.4) |
| OKLCH | oklch(0.753 0.085 36.5) |
Copy-ready code
/* CSS */
color: #df9c89;
background-color: #df9c89;
/* Tailwind (arbitrary) */
class="text-[#df9c89] bg-[#df9c89]"
/* SCSS */
$brand: #df9c89;
/* SwiftUI */
Color(red: 0.875, green: 0.612, blue: 0.537)
/* Android */
Color.parseColor("#df9c89")Accessibility — WCAG contrast
Aa
#df9c89 on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df9c89 on black: 9.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green61.2%
Blue53.7%
CMYK percentages
Cyan0.0%
Magenta30.0%
Yellow38.6%
Key (black)12.5%
Color previews
#df9c89 text on a black background
contrast 9.25:1
Card sample
#df9c89 text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df9c89;
Background color
Panel with #df9c89 background
background-color: #df9c89;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df9c89;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 156, 137, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 156, 137, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df9c89; background: linear-gradient(135deg, #df9c89, #DFD589);