#ed97eb
a light, vivid magenta / pink · warm · closest name: plum
RGB
237, 151, 235
HSL
301°, 71%, 76%
CMYK
0, 36, 1, 7
Luminance
0.4614
Every format
| HEX | #ed97eb |
| RGB | rgb(237, 151, 235) |
| HSL | hsl(301, 71%, 76%) |
| CMYK | cmyk(0%, 36%, 1%, 7%) |
| LAB | lab(73.6 44.9 -29.1) |
| LCH | lch(73.6 53.5 327.1) |
| OKLCH | oklch(0.791 0.148 327.7) |
Copy-ready code
/* CSS */
color: #ed97eb;
background-color: #ed97eb;
/* Tailwind (arbitrary) */
class="text-[#ed97eb] bg-[#ed97eb]"
/* SCSS */
$brand: #ed97eb;
/* SwiftUI */
Color(red: 0.929, green: 0.592, blue: 0.922)
/* Android */
Color.parseColor("#ed97eb")Accessibility — WCAG contrast
Aa
#ed97eb on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ed97eb on black: 10.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green59.2%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta36.3%
Yellow0.8%
Key (black)7.1%
Color previews
#ed97eb text on a black background
contrast 10.23:1
Card sample
#ed97eb text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ed97eb;
Background color
Panel with #ed97eb background
background-color: #ed97eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ed97eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 151, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 151, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ed97eb; background: linear-gradient(135deg, #ed97eb, #ED97B2);