#e367af
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
227, 103, 175
HSL
325°, 69%, 65%
CMYK
0, 55, 23, 11
Luminance
0.2913
Every format
| HEX | #e367af |
| RGB | rgb(227, 103, 175) |
| HSL | hsl(325, 69%, 65%) |
| CMYK | cmyk(0%, 55%, 23%, 11%) |
| LAB | lab(60.9 56.1 -15.1) |
| LCH | lch(60.9 58.1 344.9) |
| OKLCH | oklch(0.685 0.173 346.7) |
Copy-ready code
/* CSS */
color: #e367af;
background-color: #e367af;
/* Tailwind (arbitrary) */
class="text-[#e367af] bg-[#e367af]"
/* SCSS */
$brand: #e367af;
/* SwiftUI */
Color(red: 0.890, green: 0.404, blue: 0.686)
/* Android */
Color.parseColor("#e367af")Accessibility — WCAG contrast
Aa
#e367af on white: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e367af on black: 6.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.0%
Green40.4%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta54.6%
Yellow22.9%
Key (black)11.0%
Color previews
#e367af text on a black background
contrast 6.83:1
Card sample
#e367af text on a white background
contrast 3.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e367af;
Background color
Panel with #e367af background
background-color: #e367af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e367af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(227, 103, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(227, 103, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e367af; background: linear-gradient(135deg, #e367af, #E37267);