#df35c0
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
223, 53, 192
HSL
311°, 73%, 54%
CMYK
0, 76, 14, 13
Luminance
0.2204
Every format
| HEX | #df35c0 |
| RGB | rgb(223, 53, 192) |
| HSL | hsl(311, 73%, 54%) |
| CMYK | cmyk(0%, 76%, 14%, 13%) |
| LAB | lab(54.1 76.4 -35.5) |
| LCH | lch(54.1 84.3 335.1) |
| OKLCH | oklch(0.637 0.245 336.8) |
Copy-ready code
/* CSS */
color: #df35c0;
background-color: #df35c0;
/* Tailwind (arbitrary) */
class="text-[#df35c0] bg-[#df35c0]"
/* SCSS */
$brand: #df35c0;
/* SwiftUI */
Color(red: 0.875, green: 0.208, blue: 0.753)
/* Android */
Color.parseColor("#df35c0")Accessibility — WCAG contrast
Aa
#df35c0 on white: 3.88:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df35c0 on black: 5.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green20.8%
Blue75.3%
CMYK percentages
Cyan0.0%
Magenta76.2%
Yellow13.9%
Key (black)12.5%
Color previews
#df35c0 text on a black background
contrast 5.41:1
Card sample
#df35c0 text on a white background
contrast 3.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df35c0;
Background color
Panel with #df35c0 background
background-color: #df35c0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df35c0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 53, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 53, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df35c0; background: linear-gradient(135deg, #df35c0, #DF354F);