#e352df
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
227, 82, 223
HSL
302°, 72%, 61%
CMYK
0, 64, 2, 11
Luminance
0.2769
Every format
| HEX | #e352df |
| RGB | rgb(227, 82, 223) |
| HSL | hsl(302, 72%, 61%) |
| CMYK | cmyk(0%, 64%, 2%, 11%) |
| LAB | lab(59.6 72.3 -44.4) |
| LCH | lch(59.6 84.8 328.5) |
| OKLCH | oklch(0.683 0.237 328.9) |
Copy-ready code
/* CSS */
color: #e352df;
background-color: #e352df;
/* Tailwind (arbitrary) */
class="text-[#e352df] bg-[#e352df]"
/* SCSS */
$brand: #e352df;
/* SwiftUI */
Color(red: 0.890, green: 0.322, blue: 0.875)
/* Android */
Color.parseColor("#e352df")Accessibility — WCAG contrast
Aa
#e352df on white: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e352df on black: 6.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.0%
Green32.2%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta63.9%
Yellow1.8%
Key (black)11.0%
Color previews
#e352df text on a black background
contrast 6.54:1
Card sample
#e352df text on a white background
contrast 3.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e352df;
Background color
Panel with #e352df background
background-color: #e352df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e352df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(227, 82, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(227, 82, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e352df; background: linear-gradient(135deg, #e352df, #E3527E);