#e33eb6
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
227, 62, 182
HSL
316°, 75%, 57%
CMYK
0, 73, 20, 11
Luminance
0.2315
Every format
| HEX | #e33eb6 |
| RGB | rgb(227, 62, 182) |
| HSL | hsl(316, 75%, 57%) |
| CMYK | cmyk(0%, 73%, 20%, 11%) |
| LAB | lab(55.2 73.3 -27.8) |
| LCH | lch(55.2 78.4 339.2) |
| OKLCH | oklch(0.645 0.232 341.2) |
Copy-ready code
/* CSS */
color: #e33eb6;
background-color: #e33eb6;
/* Tailwind (arbitrary) */
class="text-[#e33eb6] bg-[#e33eb6]"
/* SCSS */
$brand: #e33eb6;
/* SwiftUI */
Color(red: 0.890, green: 0.243, blue: 0.714)
/* Android */
Color.parseColor("#e33eb6")Accessibility — WCAG contrast
Aa
#e33eb6 on white: 3.73:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e33eb6 on black: 5.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.0%
Green24.3%
Blue71.4%
CMYK percentages
Cyan0.0%
Magenta72.7%
Yellow19.8%
Key (black)11.0%
Color previews
#e33eb6 text on a black background
contrast 5.63:1
Card sample
#e33eb6 text on a white background
contrast 3.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e33eb6;
Background color
Panel with #e33eb6 background
background-color: #e33eb6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e33eb6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(227, 62, 182, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(227, 62, 182, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e33eb6; background: linear-gradient(135deg, #e33eb6, #E33E48);