#df45d1
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
223, 69, 209
HSL
306°, 71%, 57%
CMYK
0, 69, 6, 13
Luminance
0.2455
Every format
| HEX | #df45d1 |
| RGB | rgb(223, 69, 209) |
| HSL | hsl(306, 71%, 57%) |
| CMYK | cmyk(0%, 69%, 6%, 13%) |
| LAB | lab(56.6 73.9 -41.2) |
| LCH | lch(56.6 84.6 330.9) |
| OKLCH | oklch(0.658 0.240 331.9) |
Copy-ready code
/* CSS */
color: #df45d1;
background-color: #df45d1;
/* Tailwind (arbitrary) */
class="text-[#df45d1] bg-[#df45d1]"
/* SCSS */
$brand: #df45d1;
/* SwiftUI */
Color(red: 0.875, green: 0.271, blue: 0.820)
/* Android */
Color.parseColor("#df45d1")Accessibility — WCAG contrast
Aa
#df45d1 on white: 3.55:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df45d1 on black: 5.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green27.1%
Blue82.0%
CMYK percentages
Cyan0.0%
Magenta69.1%
Yellow6.3%
Key (black)12.5%
Color previews
#df45d1 text on a black background
contrast 5.91:1
Card sample
#df45d1 text on a white background
contrast 3.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df45d1;
Background color
Panel with #df45d1 background
background-color: #df45d1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df45d1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 69, 209, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 69, 209, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df45d1; background: linear-gradient(135deg, #df45d1, #DF456A);