#d262eb
a light, electric violet · warm · closest name: violet
RGB
210, 98, 235
HSL
289°, 77%, 65%
CMYK
11, 58, 0, 8
Luminance
0.2844
Every format
| HEX | #d262eb |
| RGB | rgb(210, 98, 235) |
| HSL | hsl(289, 77%, 65%) |
| CMYK | cmyk(11%, 58%, 0%, 8%) |
| LAB | lab(60.3 63.6 -50.2) |
| LCH | lch(60.3 81.0 321.7) |
| OKLCH | oklch(0.685 0.217 320.0) |
Copy-ready code
/* CSS */
color: #d262eb;
background-color: #d262eb;
/* Tailwind (arbitrary) */
class="text-[#d262eb] bg-[#d262eb]"
/* SCSS */
$brand: #d262eb;
/* SwiftUI */
Color(red: 0.824, green: 0.384, blue: 0.922)
/* Android */
Color.parseColor("#d262eb")Accessibility — WCAG contrast
Aa
#d262eb on white: 3.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d262eb on black: 6.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green38.4%
Blue92.2%
CMYK percentages
Cyan10.6%
Magenta58.3%
Yellow0.0%
Key (black)7.8%
Color previews
#d262eb text on a black background
contrast 6.69:1
Card sample
#d262eb text on a white background
contrast 3.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d262eb;
Background color
Panel with #d262eb background
background-color: #d262eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d262eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 98, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 98, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d262eb; background: linear-gradient(135deg, #d262eb, #EB62A9);