#df9c9b
a light, vivid red · warm · closest name: pink
RGB
223, 156, 155
HSL
1°, 52%, 74%
CMYK
0, 30, 31, 13
Luminance
0.4183
Every format
| HEX | #df9c9b |
| RGB | rgb(223, 156, 155) |
| HSL | hsl(1, 52%, 74%) |
| CMYK | cmyk(0%, 30%, 31%, 13%) |
| LAB | lab(70.8 24.9 10.6) |
| LCH | lch(70.8 27.0 23.1) |
| OKLCH | oklch(0.757 0.081 20.1) |
Copy-ready code
/* CSS */
color: #df9c9b;
background-color: #df9c9b;
/* Tailwind (arbitrary) */
class="text-[#df9c9b] bg-[#df9c9b]"
/* SCSS */
$brand: #df9c9b;
/* SwiftUI */
Color(red: 0.875, green: 0.612, blue: 0.608)
/* Android */
Color.parseColor("#df9c9b")Accessibility — WCAG contrast
Aa
#df9c9b on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df9c9b on black: 9.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green61.2%
Blue60.8%
CMYK percentages
Cyan0.0%
Magenta30.0%
Yellow30.5%
Key (black)12.5%
Color previews
#df9c9b text on a black background
contrast 9.37:1
Card sample
#df9c9b text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df9c9b;
Background color
Panel with #df9c9b background
background-color: #df9c9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df9c9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 156, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 156, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df9c9b; background: linear-gradient(135deg, #df9c9b, #DFC99B);