#e35fdf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
227, 95, 223
HSL
302°, 70%, 63%
CMYK
0, 58, 2, 11
Luminance
0.2984
Every format
| HEX | #e35fdf |
| RGB | rgb(227, 95, 223) |
| HSL | hsl(302, 70%, 63%) |
| CMYK | cmyk(0%, 58%, 2%, 11%) |
| LAB | lab(61.5 67.0 -41.4) |
| LCH | lch(61.5 78.8 328.3) |
| OKLCH | oklch(0.697 0.220 328.8) |
Copy-ready code
/* CSS */
color: #e35fdf;
background-color: #e35fdf;
/* Tailwind (arbitrary) */
class="text-[#e35fdf] bg-[#e35fdf]"
/* SCSS */
$brand: #e35fdf;
/* SwiftUI */
Color(red: 0.890, green: 0.373, blue: 0.875)
/* Android */
Color.parseColor("#e35fdf")Accessibility — WCAG contrast
Aa
#e35fdf on white: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e35fdf on black: 6.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.0%
Green37.3%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta58.1%
Yellow1.8%
Key (black)11.0%
Color previews
#e35fdf text on a black background
contrast 6.97:1
Card sample
#e35fdf text on a white background
contrast 3.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e35fdf;
Background color
Panel with #e35fdf background
background-color: #e35fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e35fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(227, 95, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(227, 95, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e35fdf; background: linear-gradient(135deg, #e35fdf, #E35F87);