#df52d3
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
223, 82, 211
HSL
305°, 69%, 60%
CMYK
0, 63, 5, 13
Luminance
0.2643
Every format
| HEX | #df52d3 |
| RGB | rgb(223, 82, 211) |
| HSL | hsl(305, 69%, 60%) |
| CMYK | cmyk(0%, 63%, 5%, 13%) |
| LAB | lab(58.4 69.4 -39.5) |
| LCH | lch(58.4 79.9 330.4) |
| OKLCH | oklch(0.671 0.226 331.3) |
Copy-ready code
/* CSS */
color: #df52d3;
background-color: #df52d3;
/* Tailwind (arbitrary) */
class="text-[#df52d3] bg-[#df52d3]"
/* SCSS */
$brand: #df52d3;
/* SwiftUI */
Color(red: 0.875, green: 0.322, blue: 0.827)
/* Android */
Color.parseColor("#df52d3")Accessibility — WCAG contrast
Aa
#df52d3 on white: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df52d3 on black: 6.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green32.2%
Blue82.7%
CMYK percentages
Cyan0.0%
Magenta63.2%
Yellow5.4%
Key (black)12.5%
Color previews
#df52d3 text on a black background
contrast 6.29:1
Card sample
#df52d3 text on a white background
contrast 3.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df52d3;
Background color
Panel with #df52d3 background
background-color: #df52d3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df52d3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 82, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 82, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df52d3; background: linear-gradient(135deg, #df52d3, #DF5275);