#e082db
a light, vivid magenta / pink · warm · closest name: orchid
RGB
224, 130, 219
HSL
303°, 60%, 69%
CMYK
0, 42, 2, 12
Luminance
0.3693
Every format
| HEX | #e082db |
| RGB | rgb(224, 130, 219) |
| HSL | hsl(303, 60%, 69%) |
| CMYK | cmyk(0%, 42%, 2%, 12%) |
| LAB | lab(67.2 48.9 -30.3) |
| LCH | lch(67.2 57.5 328.2) |
| OKLCH | oklch(0.737 0.160 329.0) |
Copy-ready code
/* CSS */
color: #e082db;
background-color: #e082db;
/* Tailwind (arbitrary) */
class="text-[#e082db] bg-[#e082db]"
/* SCSS */
$brand: #e082db;
/* SwiftUI */
Color(red: 0.878, green: 0.510, blue: 0.859)
/* Android */
Color.parseColor("#e082db")Accessibility — WCAG contrast
Aa
#e082db on white: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e082db on black: 8.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.8%
Green51.0%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta42.0%
Yellow2.2%
Key (black)12.2%
Color previews
#e082db text on a black background
contrast 8.39:1
Card sample
#e082db text on a white background
contrast 2.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e082db;
Background color
Panel with #e082db background
background-color: #e082db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e082db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(224, 130, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(224, 130, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e082db; background: linear-gradient(135deg, #e082db, #E0829C);