#e03ccb
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
224, 60, 203
HSL
308°, 73%, 56%
CMYK
0, 73, 9, 12
Luminance
0.2339
Every format
| HEX | #e03ccb |
| RGB | rgb(224, 60, 203) |
| HSL | hsl(308, 73%, 56%) |
| CMYK | cmyk(0%, 73%, 9%, 12%) |
| LAB | lab(55.5 76.2 -39.6) |
| LCH | lch(55.5 85.8 332.5) |
| OKLCH | oklch(0.649 0.246 333.8) |
Copy-ready code
/* CSS */
color: #e03ccb;
background-color: #e03ccb;
/* Tailwind (arbitrary) */
class="text-[#e03ccb] bg-[#e03ccb]"
/* SCSS */
$brand: #e03ccb;
/* SwiftUI */
Color(red: 0.878, green: 0.235, blue: 0.796)
/* Android */
Color.parseColor("#e03ccb")Accessibility — WCAG contrast
Aa
#e03ccb on white: 3.70:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e03ccb on black: 5.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.8%
Green23.5%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta73.2%
Yellow9.4%
Key (black)12.2%
Color previews
#e03ccb text on a black background
contrast 5.68:1
Card sample
#e03ccb text on a white background
contrast 3.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e03ccb;
Background color
Panel with #e03ccb background
background-color: #e03ccb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e03ccb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(224, 60, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(224, 60, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e03ccb; background: linear-gradient(135deg, #e03ccb, #E03C5E);