#e265df
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
226, 101, 223
HSL
301°, 68%, 64%
CMYK
0, 55, 1, 11
Luminance
0.3080
Every format
| HEX | #e265df |
| RGB | rgb(226, 101, 223) |
| HSL | hsl(301, 68%, 64%) |
| CMYK | cmyk(0%, 55%, 1%, 11%) |
| LAB | lab(62.3 64.1 -40.1) |
| LCH | lch(62.3 75.6 328.0) |
| OKLCH | oklch(0.702 0.211 328.5) |
Copy-ready code
/* CSS */
color: #e265df;
background-color: #e265df;
/* Tailwind (arbitrary) */
class="text-[#e265df] bg-[#e265df]"
/* SCSS */
$brand: #e265df;
/* SwiftUI */
Color(red: 0.886, green: 0.396, blue: 0.875)
/* Android */
Color.parseColor("#e265df")Accessibility — WCAG contrast
Aa
#e265df on white: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e265df on black: 7.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green39.6%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta55.3%
Yellow1.3%
Key (black)11.4%
Color previews
#e265df text on a black background
contrast 7.16:1
Card sample
#e265df text on a white background
contrast 2.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e265df;
Background color
Panel with #e265df background
background-color: #e265df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e265df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 101, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 101, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e265df; background: linear-gradient(135deg, #e265df, #E2658C);