#df9faf
a light, vivid red · warm · closest name: pink
RGB
223, 159, 175
HSL
345°, 50%, 75%
CMYK
0, 29, 22, 13
Luminance
0.4358
Every format
| HEX | #df9faf |
| RGB | rgb(223, 159, 175) |
| HSL | hsl(345, 50%, 75%) |
| CMYK | cmyk(0%, 29%, 22%, 13%) |
| LAB | lab(72.0 26.1 1.2) |
| LCH | lch(72.0 26.1 2.7) |
| OKLCH | oklch(0.768 0.079 2.6) |
Copy-ready code
/* CSS */
color: #df9faf;
background-color: #df9faf;
/* Tailwind (arbitrary) */
class="text-[#df9faf] bg-[#df9faf]"
/* SCSS */
$brand: #df9faf;
/* SwiftUI */
Color(red: 0.875, green: 0.624, blue: 0.686)
/* Android */
Color.parseColor("#df9faf")Accessibility — WCAG contrast
Aa
#df9faf on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df9faf on black: 9.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green62.4%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta28.7%
Yellow21.5%
Key (black)12.5%
Color previews
#df9faf text on a black background
contrast 9.72:1
Card sample
#df9faf text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df9faf;
Background color
Panel with #df9faf background
background-color: #df9faf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df9faf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 159, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 159, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df9faf; background: linear-gradient(135deg, #df9faf, #DFBA9F);