#d461eb
a light, electric magenta / pink · warm · closest name: violet
RGB
212, 97, 235
HSL
290°, 78%, 65%
CMYK
10, 59, 0, 8
Luminance
0.2854
Every format
| HEX | #d461eb |
| RGB | rgb(212, 97, 235) |
| HSL | hsl(290, 78%, 65%) |
| CMYK | cmyk(10%, 59%, 0%, 8%) |
| LAB | lab(60.4 64.5 -50.0) |
| LCH | lch(60.4 81.6 322.2) |
| OKLCH | oklch(0.686 0.220 320.7) |
Copy-ready code
/* CSS */
color: #d461eb;
background-color: #d461eb;
/* Tailwind (arbitrary) */
class="text-[#d461eb] bg-[#d461eb]"
/* SCSS */
$brand: #d461eb;
/* SwiftUI */
Color(red: 0.831, green: 0.380, blue: 0.922)
/* Android */
Color.parseColor("#d461eb")Accessibility — WCAG contrast
Aa
#d461eb on white: 3.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d461eb on black: 6.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.1%
Green38.0%
Blue92.2%
CMYK percentages
Cyan9.8%
Magenta58.7%
Yellow0.0%
Key (black)7.8%
Color previews
#d461eb text on a black background
contrast 6.71:1
Card sample
#d461eb text on a white background
contrast 3.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d461eb;
Background color
Panel with #d461eb background
background-color: #d461eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d461eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(212, 97, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(212, 97, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d461eb; background: linear-gradient(135deg, #d461eb, #EB61A6);