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