#df5feb
a balanced, electric magenta / pink · warm · closest name: violet
RGB
223, 95, 235
HSL
295°, 78%, 65%
CMYK
5, 60, 0, 8
Luminance
0.2987
Every format
| HEX | #df5feb |
| RGB | rgb(223, 95, 235) |
| HSL | hsl(295, 78%, 65%) |
| CMYK | cmyk(5%, 60%, 0%, 8%) |
| LAB | lab(61.5 68.1 -48.1) |
| LCH | lch(61.5 83.3 324.8) |
| OKLCH | oklch(0.697 0.228 324.2) |
Copy-ready code
/* CSS */
color: #df5feb;
background-color: #df5feb;
/* Tailwind (arbitrary) */
class="text-[#df5feb] bg-[#df5feb]"
/* SCSS */
$brand: #df5feb;
/* SwiftUI */
Color(red: 0.875, green: 0.373, blue: 0.922)
/* Android */
Color.parseColor("#df5feb")Accessibility — WCAG contrast
Aa
#df5feb on white: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df5feb on black: 6.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green37.3%
Blue92.2%
CMYK percentages
Cyan5.1%
Magenta59.6%
Yellow0.0%
Key (black)7.8%
Color previews
#df5feb text on a black background
contrast 6.97:1
Card sample
#df5feb text on a white background
contrast 3.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df5feb;
Background color
Panel with #df5feb background
background-color: #df5feb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df5feb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 95, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 95, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df5feb; background: linear-gradient(135deg, #df5feb, #EB5F9A);