#e05fdf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
224, 95, 223
HSL
301°, 68%, 63%
CMYK
0, 58, 0, 12
Luminance
0.2936
Every format
| HEX | #e05fdf |
| RGB | rgb(224, 95, 223) |
| HSL | hsl(301, 68%, 63%) |
| CMYK | cmyk(0%, 58%, 0%, 12%) |
| LAB | lab(61.1 66.3 -42.1) |
| LCH | lch(61.1 78.5 327.6) |
| OKLCH | oklch(0.693 0.218 327.9) |
Copy-ready code
/* CSS */
color: #e05fdf;
background-color: #e05fdf;
/* Tailwind (arbitrary) */
class="text-[#e05fdf] bg-[#e05fdf]"
/* SCSS */
$brand: #e05fdf;
/* SwiftUI */
Color(red: 0.878, green: 0.373, blue: 0.875)
/* Android */
Color.parseColor("#e05fdf")Accessibility — WCAG contrast
Aa
#e05fdf on white: 3.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e05fdf on black: 6.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.8%
Green37.3%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta57.6%
Yellow0.4%
Key (black)12.2%
Color previews
#e05fdf text on a black background
contrast 6.87:1
Card sample
#e05fdf text on a white background
contrast 3.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e05fdf;
Background color
Panel with #e05fdf background
background-color: #e05fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e05fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(224, 95, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(224, 95, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e05fdf; background: linear-gradient(135deg, #e05fdf, #E05F89);