#e25fdf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
226, 95, 223
HSL
301°, 69%, 63%
CMYK
0, 58, 1, 11
Luminance
0.2968
Every format
| HEX | #e25fdf |
| RGB | rgb(226, 95, 223) |
| HSL | hsl(301, 69%, 63%) |
| CMYK | cmyk(0%, 58%, 1%, 11%) |
| LAB | lab(61.4 66.8 -41.6) |
| LCH | lch(61.4 78.7 328.1) |
| OKLCH | oklch(0.695 0.219 328.5) |
Copy-ready code
/* CSS */
color: #e25fdf;
background-color: #e25fdf;
/* Tailwind (arbitrary) */
class="text-[#e25fdf] bg-[#e25fdf]"
/* SCSS */
$brand: #e25fdf;
/* SwiftUI */
Color(red: 0.886, green: 0.373, blue: 0.875)
/* Android */
Color.parseColor("#e25fdf")Accessibility — WCAG contrast
Aa
#e25fdf on white: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e25fdf on black: 6.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green37.3%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta58.0%
Yellow1.3%
Key (black)11.4%
Color previews
#e25fdf text on a black background
contrast 6.94:1
Card sample
#e25fdf text on a white background
contrast 3.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e25fdf;
Background color
Panel with #e25fdf background
background-color: #e25fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e25fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 95, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 95, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e25fdf; background: linear-gradient(135deg, #e25fdf, #E25F87);