#d658eb
a balanced, electric magenta / pink · warm · closest name: violet
RGB
214, 88, 235
HSL
291°, 79%, 63%
CMYK
9, 63, 0, 8
Luminance
0.2727
Every format
| HEX | #d658eb |
| RGB | rgb(214, 88, 235) |
| HSL | hsl(291, 79%, 63%) |
| CMYK | cmyk(9%, 63%, 0%, 8%) |
| LAB | lab(59.2 68.9 -51.8) |
| LCH | lch(59.2 86.2 323.1) |
| OKLCH | oklch(0.678 0.233 321.7) |
Copy-ready code
/* CSS */
color: #d658eb;
background-color: #d658eb;
/* Tailwind (arbitrary) */
class="text-[#d658eb] bg-[#d658eb]"
/* SCSS */
$brand: #d658eb;
/* SwiftUI */
Color(red: 0.839, green: 0.345, blue: 0.922)
/* Android */
Color.parseColor("#d658eb")Accessibility — WCAG contrast
Aa
#d658eb on white: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d658eb on black: 6.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.9%
Green34.5%
Blue92.2%
CMYK percentages
Cyan8.9%
Magenta62.6%
Yellow0.0%
Key (black)7.8%
Color previews
#d658eb text on a black background
contrast 6.45:1
Card sample
#d658eb text on a white background
contrast 3.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d658eb;
Background color
Panel with #d658eb background
background-color: #d658eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d658eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(214, 88, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(214, 88, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d658eb; background: linear-gradient(135deg, #d658eb, #EB589E);