#e26eb7
a light, vivid magenta / pink · warm · closest name: orchid
RGB
226, 110, 183
HSL
322°, 67%, 66%
CMYK
0, 51, 19, 11
Luminance
0.3074
Every format
| HEX | #e26eb7 |
| RGB | rgb(226, 110, 183) |
| HSL | hsl(322, 67%, 66%) |
| CMYK | cmyk(0%, 51%, 19%, 11%) |
| LAB | lab(62.3 53.6 -17.6) |
| LCH | lch(62.3 56.5 341.9) |
| OKLCH | oklch(0.697 0.166 343.7) |
Copy-ready code
/* CSS */
color: #e26eb7;
background-color: #e26eb7;
/* Tailwind (arbitrary) */
class="text-[#e26eb7] bg-[#e26eb7]"
/* SCSS */
$brand: #e26eb7;
/* SwiftUI */
Color(red: 0.886, green: 0.431, blue: 0.718)
/* Android */
Color.parseColor("#e26eb7")Accessibility — WCAG contrast
Aa
#e26eb7 on white: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e26eb7 on black: 7.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green43.1%
Blue71.8%
CMYK percentages
Cyan0.0%
Magenta51.3%
Yellow19.0%
Key (black)11.4%
Color previews
#e26eb7 text on a black background
contrast 7.15:1
Card sample
#e26eb7 text on a white background
contrast 2.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e26eb7;
Background color
Panel with #e26eb7 background
background-color: #e26eb7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e26eb7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 110, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 110, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e26eb7; background: linear-gradient(135deg, #e26eb7, #E2726E);