#d259eb
a balanced, electric violet · warm · closest name: violet
RGB
210, 89, 235
HSL
290°, 79%, 64%
CMYK
11, 62, 0, 8
Luminance
0.2684
Every format
| HEX | #d259eb |
| RGB | rgb(210, 89, 235) |
| HSL | hsl(290, 79%, 64%) |
| CMYK | cmyk(11%, 62%, 0%, 8%) |
| LAB | lab(58.8 67.6 -52.5) |
| LCH | lch(58.8 85.5 322.2) |
| OKLCH | oklch(0.674 0.230 320.4) |
Copy-ready code
/* CSS */
color: #d259eb;
background-color: #d259eb;
/* Tailwind (arbitrary) */
class="text-[#d259eb] bg-[#d259eb]"
/* SCSS */
$brand: #d259eb;
/* SwiftUI */
Color(red: 0.824, green: 0.349, blue: 0.922)
/* Android */
Color.parseColor("#d259eb")Accessibility — WCAG contrast
Aa
#d259eb on white: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d259eb on black: 6.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green34.9%
Blue92.2%
CMYK percentages
Cyan10.6%
Magenta62.1%
Yellow0.0%
Key (black)7.8%
Color previews
#d259eb text on a black background
contrast 6.37:1
Card sample
#d259eb text on a white background
contrast 3.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d259eb;
Background color
Panel with #d259eb background
background-color: #d259eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d259eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 89, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 89, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d259eb; background: linear-gradient(135deg, #d259eb, #EB59A3);