#e375ac
a light, vivid magenta / pink · warm · closest name: plum
RGB
227, 117, 172
HSL
330°, 66%, 68%
CMYK
0, 49, 24, 11
Luminance
0.3203
Every format
| HEX | #e375ac |
| RGB | rgb(227, 117, 172) |
| HSL | hsl(330, 66%, 68%) |
| CMYK | cmyk(0%, 49%, 24%, 11%) |
| LAB | lab(63.4 49.0 -9.7) |
| LCH | lch(63.4 49.9 348.8) |
| OKLCH | oklch(0.704 0.149 350.3) |
Copy-ready code
/* CSS */
color: #e375ac;
background-color: #e375ac;
/* Tailwind (arbitrary) */
class="text-[#e375ac] bg-[#e375ac]"
/* SCSS */
$brand: #e375ac;
/* SwiftUI */
Color(red: 0.890, green: 0.459, blue: 0.675)
/* Android */
Color.parseColor("#e375ac")Accessibility — WCAG contrast
Aa
#e375ac on white: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e375ac on black: 7.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.0%
Green45.9%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta48.5%
Yellow24.2%
Key (black)11.0%
Color previews
#e375ac text on a black background
contrast 7.41:1
Card sample
#e375ac text on a white background
contrast 2.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e375ac;
Background color
Panel with #e375ac background
background-color: #e375ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e375ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(227, 117, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(227, 117, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e375ac; background: linear-gradient(135deg, #e375ac, #E38775);