#e482df
a light, vivid magenta / pink · warm · closest name: orchid
RGB
228, 130, 223
HSL
303°, 65%, 70%
CMYK
0, 43, 2, 11
Luminance
0.3779
Every format
| HEX | #e482df |
| RGB | rgb(228, 130, 223) |
| HSL | hsl(303, 65%, 70%) |
| CMYK | cmyk(0%, 43%, 2%, 11%) |
| LAB | lab(67.9 50.8 -31.5) |
| LCH | lch(67.9 59.8 328.2) |
| OKLCH | oklch(0.744 0.166 329.0) |
Copy-ready code
/* CSS */
color: #e482df;
background-color: #e482df;
/* Tailwind (arbitrary) */
class="text-[#e482df] bg-[#e482df]"
/* SCSS */
$brand: #e482df;
/* SwiftUI */
Color(red: 0.894, green: 0.510, blue: 0.875)
/* Android */
Color.parseColor("#e482df")Accessibility — WCAG contrast
Aa
#e482df on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e482df on black: 8.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green51.0%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta43.0%
Yellow2.2%
Key (black)10.6%
Color previews
#e482df text on a black background
contrast 8.56:1
Card sample
#e482df text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e482df;
Background color
Panel with #e482df background
background-color: #e482df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e482df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 130, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 130, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e482df; background: linear-gradient(135deg, #e482df, #E4829E);