#e682df
a light, vivid magenta / pink · warm · closest name: orchid
RGB
230, 130, 223
HSL
304°, 67%, 71%
CMYK
0, 44, 3, 10
Luminance
0.3812
Every format
| HEX | #e682df |
| RGB | rgb(230, 130, 223) |
| HSL | hsl(304, 67%, 71%) |
| CMYK | cmyk(0%, 44%, 3%, 10%) |
| LAB | lab(68.1 51.4 -31.1) |
| LCH | lch(68.1 60.1 328.8) |
| OKLCH | oklch(0.746 0.168 329.7) |
Copy-ready code
/* CSS */
color: #e682df;
background-color: #e682df;
/* Tailwind (arbitrary) */
class="text-[#e682df] bg-[#e682df]"
/* SCSS */
$brand: #e682df;
/* SwiftUI */
Color(red: 0.902, green: 0.510, blue: 0.875)
/* Android */
Color.parseColor("#e682df")Accessibility — WCAG contrast
Aa
#e682df on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e682df on black: 8.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.2%
Green51.0%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta43.5%
Yellow3.0%
Key (black)9.8%
Color previews
#e682df text on a black background
contrast 8.62:1
Card sample
#e682df text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e682df;
Background color
Panel with #e682df background
background-color: #e682df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e682df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(230, 130, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(230, 130, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e682df; background: linear-gradient(135deg, #e682df, #E6829C);