#e972df
a light, vivid magenta / pink · warm · closest name: orchid
RGB
233, 114, 223
HSL
305°, 73%, 68%
CMYK
0, 51, 4, 9
Luminance
0.3469
Every format
| HEX | #e972df |
| RGB | rgb(233, 114, 223) |
| HSL | hsl(305, 73%, 68%) |
| CMYK | cmyk(0%, 51%, 4%, 9%) |
| LAB | lab(65.5 60.1 -35.1) |
| LCH | lch(65.5 69.6 329.7) |
| OKLCH | oklch(0.728 0.195 330.6) |
Copy-ready code
/* CSS */
color: #e972df;
background-color: #e972df;
/* Tailwind (arbitrary) */
class="text-[#e972df] bg-[#e972df]"
/* SCSS */
$brand: #e972df;
/* SwiftUI */
Color(red: 0.914, green: 0.447, blue: 0.875)
/* Android */
Color.parseColor("#e972df")Accessibility — WCAG contrast
Aa
#e972df on white: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e972df on black: 7.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.4%
Green44.7%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta51.1%
Yellow4.3%
Key (black)8.6%
Color previews
#e972df text on a black background
contrast 7.94:1
Card sample
#e972df text on a white background
contrast 2.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e972df;
Background color
Panel with #e972df background
background-color: #e972df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e972df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(233, 114, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(233, 114, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e972df; background: linear-gradient(135deg, #e972df, #E97290);