#e972be
a light, vivid magenta / pink · warm · closest name: orchid
RGB
233, 114, 190
HSL
322°, 73%, 68%
CMYK
0, 51, 19, 9
Luminance
0.3308
Every format
| HEX | #e972be |
| RGB | rgb(233, 114, 190) |
| HSL | hsl(322, 73%, 68%) |
| CMYK | cmyk(0%, 51%, 19%, 9%) |
| LAB | lab(64.2 54.9 -18.5) |
| LCH | lch(64.2 57.9 341.4) |
| OKLCH | oklch(0.714 0.171 343.2) |
Copy-ready code
/* CSS */
color: #e972be;
background-color: #e972be;
/* Tailwind (arbitrary) */
class="text-[#e972be] bg-[#e972be]"
/* SCSS */
$brand: #e972be;
/* SwiftUI */
Color(red: 0.914, green: 0.447, blue: 0.745)
/* Android */
Color.parseColor("#e972be")Accessibility — WCAG contrast
Aa
#e972be on white: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e972be on black: 7.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.4%
Green44.7%
Blue74.5%
CMYK percentages
Cyan0.0%
Magenta51.1%
Yellow18.5%
Key (black)8.6%
Color previews
#e972be text on a black background
contrast 7.62:1
Card sample
#e972be text on a white background
contrast 2.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e972be;
Background color
Panel with #e972be background
background-color: #e972be;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e972be;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(233, 114, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(233, 114, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e972be; background: linear-gradient(135deg, #e972be, #E97572);