#e95ebf
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
233, 94, 191
HSL
318°, 76%, 64%
CMYK
0, 60, 18, 9
Luminance
0.2909
Every format
| HEX | #e95ebf |
| RGB | rgb(233, 94, 191) |
| HSL | hsl(318, 76%, 64%) |
| CMYK | cmyk(0%, 60%, 18%, 9%) |
| LAB | lab(60.9 64.1 -24.2) |
| LCH | lch(60.9 68.5 339.3) |
| OKLCH | oklch(0.689 0.201 341.2) |
Copy-ready code
/* CSS */
color: #e95ebf;
background-color: #e95ebf;
/* Tailwind (arbitrary) */
class="text-[#e95ebf] bg-[#e95ebf]"
/* SCSS */
$brand: #e95ebf;
/* SwiftUI */
Color(red: 0.914, green: 0.369, blue: 0.749)
/* Android */
Color.parseColor("#e95ebf")Accessibility — WCAG contrast
Aa
#e95ebf on white: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e95ebf on black: 6.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.4%
Green36.9%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta59.7%
Yellow18.0%
Key (black)8.6%
Color previews
#e95ebf text on a black background
contrast 6.82:1
Card sample
#e95ebf text on a white background
contrast 3.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e95ebf;
Background color
Panel with #e95ebf background
background-color: #e95ebf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e95ebf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(233, 94, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(233, 94, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e95ebf; background: linear-gradient(135deg, #e95ebf, #E95E62);