#df5faf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
223, 95, 175
HSL
323°, 67%, 62%
CMYK
0, 57, 22, 13
Luminance
0.2697
Every format
| HEX | #df5faf |
| RGB | rgb(223, 95, 175) |
| HSL | hsl(323, 67%, 62%) |
| CMYK | cmyk(0%, 57%, 22%, 13%) |
| LAB | lab(59.0 58.6 -18.1) |
| LCH | lch(59.0 61.3 342.8) |
| OKLCH | oklch(0.670 0.182 344.7) |
Copy-ready code
/* CSS */
color: #df5faf;
background-color: #df5faf;
/* Tailwind (arbitrary) */
class="text-[#df5faf] bg-[#df5faf]"
/* SCSS */
$brand: #df5faf;
/* SwiftUI */
Color(red: 0.875, green: 0.373, blue: 0.686)
/* Android */
Color.parseColor("#df5faf")Accessibility — WCAG contrast
Aa
#df5faf on white: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df5faf on black: 6.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green37.3%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta57.4%
Yellow21.5%
Key (black)12.5%
Color previews
#df5faf text on a black background
contrast 6.39:1
Card sample
#df5faf text on a white background
contrast 3.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df5faf;
Background color
Panel with #df5faf background
background-color: #df5faf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df5faf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 95, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 95, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df5faf; background: linear-gradient(135deg, #df5faf, #DF645F);