#e972a8
a light, vivid magenta / pink · warm · closest name: plum
RGB
233, 114, 168
HSL
333°, 73%, 68%
CMYK
0, 51, 28, 9
Luminance
0.3219
Every format
| HEX | #e972a8 |
| RGB | rgb(233, 114, 168) |
| HSL | hsl(333, 73%, 68%) |
| CMYK | cmyk(0%, 51%, 28%, 9%) |
| LAB | lab(63.5 51.9 -7.1) |
| LCH | lch(63.5 52.3 352.2) |
| OKLCH | oklch(0.706 0.158 353.4) |
Copy-ready code
/* CSS */
color: #e972a8;
background-color: #e972a8;
/* Tailwind (arbitrary) */
class="text-[#e972a8] bg-[#e972a8]"
/* SCSS */
$brand: #e972a8;
/* SwiftUI */
Color(red: 0.914, green: 0.447, blue: 0.659)
/* Android */
Color.parseColor("#e972a8")Accessibility — WCAG contrast
Aa
#e972a8 on white: 2.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e972a8 on black: 7.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.4%
Green44.7%
Blue65.9%
CMYK percentages
Cyan0.0%
Magenta51.1%
Yellow27.9%
Key (black)8.6%
Color previews
#e972a8 text on a black background
contrast 7.44:1
Card sample
#e972a8 text on a white background
contrast 2.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e972a8;
Background color
Panel with #e972a8 background
background-color: #e972a8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e972a8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(233, 114, 168, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(233, 114, 168, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e972a8; background: linear-gradient(135deg, #e972a8, #E98B72);