#d262fd
a light, electric violet · warm · closest name: violet
RGB
210, 98, 253
HSL
283°, 98%, 69%
CMYK
17, 61, 0, 1
Luminance
0.2953
Every format
| HEX | #d262fd |
| RGB | rgb(210, 98, 253) |
| HSL | hsl(283, 98%, 69%) |
| CMYK | cmyk(17%, 61%, 0%, 1%) |
| LAB | lab(61.3 67.1 -58.6) |
| LCH | lch(61.3 89.1 318.8) |
| OKLCH | oklch(0.695 0.234 315.4) |
Copy-ready code
/* CSS */
color: #d262fd;
background-color: #d262fd;
/* Tailwind (arbitrary) */
class="text-[#d262fd] bg-[#d262fd]"
/* SCSS */
$brand: #d262fd;
/* SwiftUI */
Color(red: 0.824, green: 0.384, blue: 0.992)
/* Android */
Color.parseColor("#d262fd")Accessibility — WCAG contrast
Aa
#d262fd on white: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d262fd on black: 6.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green38.4%
Blue99.2%
CMYK percentages
Cyan17.0%
Magenta61.3%
Yellow0.0%
Key (black)0.8%
Color previews
#d262fd text on a black background
contrast 6.91:1
Card sample
#d262fd text on a white background
contrast 3.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d262fd;
Background color
Panel with #d262fd background
background-color: #d262fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d262fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 98, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 98, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d262fd; background: linear-gradient(135deg, #d262fd, #FD62C1);