#df469d
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
223, 70, 157
HSL
326°, 71%, 58%
CMYK
0, 69, 30, 13
Luminance
0.2250
Every format
| HEX | #df469d |
| RGB | rgb(223, 70, 157) |
| HSL | hsl(326, 71%, 58%) |
| CMYK | cmyk(0%, 69%, 30%, 13%) |
| LAB | lab(54.6 66.5 -14.3) |
| LCH | lch(54.6 68.0 347.9) |
| OKLCH | oklch(0.635 0.206 349.6) |
Copy-ready code
/* CSS */
color: #df469d;
background-color: #df469d;
/* Tailwind (arbitrary) */
class="text-[#df469d] bg-[#df469d]"
/* SCSS */
$brand: #df469d;
/* SwiftUI */
Color(red: 0.875, green: 0.275, blue: 0.616)
/* Android */
Color.parseColor("#df469d")Accessibility — WCAG contrast
Aa
#df469d on white: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df469d on black: 5.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green27.5%
Blue61.6%
CMYK percentages
Cyan0.0%
Magenta68.6%
Yellow29.6%
Key (black)12.5%
Color previews
#df469d text on a black background
contrast 5.50:1
Card sample
#df469d text on a white background
contrast 3.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df469d;
Background color
Panel with #df469d background
background-color: #df469d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df469d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 70, 157, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 70, 157, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df469d; background: linear-gradient(135deg, #df469d, #DF5546);