#df9c9f
a light, vivid red · warm · closest name: pink
RGB
223, 156, 159
HSL
357°, 51%, 74%
CMYK
0, 30, 29, 13
Luminance
0.4197
Every format
| HEX | #df9c9f |
| RGB | rgb(223, 156, 159) |
| HSL | hsl(357, 51%, 74%) |
| CMYK | cmyk(0%, 30%, 29%, 13%) |
| LAB | lab(70.8 25.4 8.5) |
| LCH | lch(70.8 26.8 18.5) |
| OKLCH | oklch(0.758 0.080 16.2) |
Copy-ready code
/* CSS */
color: #df9c9f;
background-color: #df9c9f;
/* Tailwind (arbitrary) */
class="text-[#df9c9f] bg-[#df9c9f]"
/* SCSS */
$brand: #df9c9f;
/* SwiftUI */
Color(red: 0.875, green: 0.612, blue: 0.624)
/* Android */
Color.parseColor("#df9c9f")Accessibility — WCAG contrast
Aa
#df9c9f on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df9c9f on black: 9.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green61.2%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta30.0%
Yellow28.7%
Key (black)12.5%
Color previews
#df9c9f text on a black background
contrast 9.39:1
Card sample
#df9c9f text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df9c9f;
Background color
Panel with #df9c9f background
background-color: #df9c9f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df9c9f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 156, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 156, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df9c9f; background: linear-gradient(135deg, #df9c9f, #DFC69C);