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