#e367df
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
227, 103, 223
HSL
302°, 69%, 65%
CMYK
0, 55, 2, 11
Luminance
0.3136
Every format
| HEX | #e367df |
| RGB | rgb(227, 103, 223) |
| HSL | hsl(302, 69%, 65%) |
| CMYK | cmyk(0%, 55%, 2%, 11%) |
| LAB | lab(62.8 63.5 -39.3) |
| LCH | lch(62.8 74.7 328.2) |
| OKLCH | oklch(0.706 0.208 328.8) |
Copy-ready code
/* CSS */
color: #e367df;
background-color: #e367df;
/* Tailwind (arbitrary) */
class="text-[#e367df] bg-[#e367df]"
/* SCSS */
$brand: #e367df;
/* SwiftUI */
Color(red: 0.890, green: 0.404, blue: 0.875)
/* Android */
Color.parseColor("#e367df")Accessibility — WCAG contrast
Aa
#e367df on white: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e367df on black: 7.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.0%
Green40.4%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta54.6%
Yellow1.8%
Key (black)11.0%
Color previews
#e367df text on a black background
contrast 7.27:1
Card sample
#e367df text on a white background
contrast 2.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e367df;
Background color
Panel with #e367df background
background-color: #e367df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e367df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(227, 103, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(227, 103, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e367df; background: linear-gradient(135deg, #e367df, #E3678C);