#df9cad
a light, vivid magenta / pink · warm · closest name: pink
RGB
223, 156, 173
HSL
345°, 51%, 74%
CMYK
0, 30, 22, 13
Luminance
0.4248
Every format
| HEX | #df9cad |
| RGB | rgb(223, 156, 173) |
| HSL | hsl(345, 51%, 74%) |
| CMYK | cmyk(0%, 30%, 22%, 13%) |
| LAB | lab(71.2 27.4 1.3) |
| LCH | lch(71.2 27.4 2.6) |
| OKLCH | oklch(0.762 0.083 2.6) |
Copy-ready code
/* CSS */
color: #df9cad;
background-color: #df9cad;
/* Tailwind (arbitrary) */
class="text-[#df9cad] bg-[#df9cad]"
/* SCSS */
$brand: #df9cad;
/* SwiftUI */
Color(red: 0.875, green: 0.612, blue: 0.678)
/* Android */
Color.parseColor("#df9cad")Accessibility — WCAG contrast
Aa
#df9cad on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df9cad on black: 9.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green61.2%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta30.0%
Yellow22.4%
Key (black)12.5%
Color previews
#df9cad text on a black background
contrast 9.50:1
Card sample
#df9cad text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df9cad;
Background color
Panel with #df9cad background
background-color: #df9cad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df9cad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 156, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 156, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df9cad; background: linear-gradient(135deg, #df9cad, #DFB89C);