#df4fe4
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
223, 79, 228
HSL
298°, 73%, 60%
CMYK
2, 65, 0, 11
Luminance
0.2688
Every format
| HEX | #df4fe4 |
| RGB | rgb(223, 79, 228) |
| HSL | hsl(298, 73%, 60%) |
| CMYK | cmyk(2%, 65%, 0%, 11%) |
| LAB | lab(58.9 73.3 -48.4) |
| LCH | lch(58.9 87.9 326.6) |
| OKLCH | oklch(0.677 0.243 326.5) |
Copy-ready code
/* CSS */
color: #df4fe4;
background-color: #df4fe4;
/* Tailwind (arbitrary) */
class="text-[#df4fe4] bg-[#df4fe4]"
/* SCSS */
$brand: #df4fe4;
/* SwiftUI */
Color(red: 0.875, green: 0.310, blue: 0.894)
/* Android */
Color.parseColor("#df4fe4")Accessibility — WCAG contrast
Aa
#df4fe4 on white: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df4fe4 on black: 6.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green31.0%
Blue89.4%
CMYK percentages
Cyan2.2%
Magenta65.4%
Yellow0.0%
Key (black)10.6%
Color previews
#df4fe4 text on a black background
contrast 6.38:1
Card sample
#df4fe4 text on a white background
contrast 3.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df4fe4;
Background color
Panel with #df4fe4 background
background-color: #df4fe4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df4fe4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 79, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 79, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df4fe4; background: linear-gradient(135deg, #df4fe4, #E44F86);