#d656eb
a balanced, electric magenta / pink · warm · closest name: violet
RGB
214, 86, 235
HSL
292°, 79%, 63%
CMYK
9, 63, 0, 8
Luminance
0.2695
Every format
| HEX | #d656eb |
| RGB | rgb(214, 86, 235) |
| HSL | hsl(292, 79%, 63%) |
| CMYK | cmyk(9%, 63%, 0%, 8%) |
| LAB | lab(58.9 69.7 -52.3) |
| LCH | lch(58.9 87.2 323.1) |
| OKLCH | oklch(0.676 0.235 321.8) |
Copy-ready code
/* CSS */
color: #d656eb;
background-color: #d656eb;
/* Tailwind (arbitrary) */
class="text-[#d656eb] bg-[#d656eb]"
/* SCSS */
$brand: #d656eb;
/* SwiftUI */
Color(red: 0.839, green: 0.337, blue: 0.922)
/* Android */
Color.parseColor("#d656eb")Accessibility — WCAG contrast
Aa
#d656eb on white: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d656eb on black: 6.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.9%
Green33.7%
Blue92.2%
CMYK percentages
Cyan8.9%
Magenta63.4%
Yellow0.0%
Key (black)7.8%
Color previews
#d656eb text on a black background
contrast 6.39:1
Card sample
#d656eb text on a white background
contrast 3.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d656eb;
Background color
Panel with #d656eb background
background-color: #d656eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d656eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(214, 86, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(214, 86, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d656eb; background: linear-gradient(135deg, #d656eb, #EB569D);