#e927be
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
233, 39, 190
HSL
313°, 82%, 53%
CMYK
0, 83, 19, 9
Luminance
0.2249
Every format
| HEX | #e927be |
| RGB | rgb(233, 39, 190) |
| HSL | hsl(313, 82%, 53%) |
| CMYK | cmyk(0%, 83%, 19%, 9%) |
| LAB | lab(54.5 81.6 -33.4) |
| LCH | lch(54.5 88.2 337.7) |
| OKLCH | oklch(0.643 0.260 339.6) |
Copy-ready code
/* CSS */
color: #e927be;
background-color: #e927be;
/* Tailwind (arbitrary) */
class="text-[#e927be] bg-[#e927be]"
/* SCSS */
$brand: #e927be;
/* SwiftUI */
Color(red: 0.914, green: 0.153, blue: 0.745)
/* Android */
Color.parseColor("#e927be")Accessibility — WCAG contrast
Aa
#e927be on white: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e927be on black: 5.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.4%
Green15.3%
Blue74.5%
CMYK percentages
Cyan0.0%
Magenta83.3%
Yellow18.5%
Key (black)8.6%
Color previews
#e927be text on a black background
contrast 5.50:1
Card sample
#e927be text on a white background
contrast 3.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e927be;
Background color
Panel with #e927be background
background-color: #e927be;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e927be;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(233, 39, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(233, 39, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e927be; background: linear-gradient(135deg, #e927be, #E9273D);