#e475df
a light, vivid magenta / pink · warm · closest name: orchid
RGB
228, 117, 223
HSL
303°, 67%, 68%
CMYK
0, 49, 2, 11
Luminance
0.3454
Every format
| HEX | #e475df |
| RGB | rgb(228, 117, 223) |
| HSL | hsl(303, 67%, 68%) |
| CMYK | cmyk(0%, 49%, 2%, 11%) |
| LAB | lab(65.4 57.3 -35.3) |
| LCH | lch(65.4 67.3 328.3) |
| OKLCH | oklch(0.725 0.187 329.0) |
Copy-ready code
/* CSS */
color: #e475df;
background-color: #e475df;
/* Tailwind (arbitrary) */
class="text-[#e475df] bg-[#e475df]"
/* SCSS */
$brand: #e475df;
/* SwiftUI */
Color(red: 0.894, green: 0.459, blue: 0.875)
/* Android */
Color.parseColor("#e475df")Accessibility — WCAG contrast
Aa
#e475df on white: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e475df on black: 7.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green45.9%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta48.7%
Yellow2.2%
Key (black)10.6%
Color previews
#e475df text on a black background
contrast 7.91:1
Card sample
#e475df text on a white background
contrast 2.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e475df;
Background color
Panel with #e475df background
background-color: #e475df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e475df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 117, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 117, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e475df; background: linear-gradient(135deg, #e475df, #E47595);