#9062fd
a light, electric violet · warm · closest name: slateblue
RGB
144, 98, 253
HSL
258°, 98%, 69%
CMYK
43, 61, 0, 1
Luminance
0.2176
Every format
| HEX | #9062fd |
| RGB | rgb(144, 98, 253) |
| HSL | hsl(258, 98%, 69%) |
| CMYK | cmyk(43%, 61%, 0%, 1%) |
| LAB | lab(53.8 52.8 -71.0) |
| LCH | lch(53.8 88.5 306.6) |
| OKLCH | oklch(0.624 0.220 292.5) |
Copy-ready code
/* CSS */
color: #9062fd;
background-color: #9062fd;
/* Tailwind (arbitrary) */
class="text-[#9062fd] bg-[#9062fd]"
/* SCSS */
$brand: #9062fd;
/* SwiftUI */
Color(red: 0.565, green: 0.384, blue: 0.992)
/* Android */
Color.parseColor("#9062fd")Accessibility — WCAG contrast
Aa
#9062fd on white: 3.92:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9062fd on black: 5.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green38.4%
Blue99.2%
CMYK percentages
Cyan43.1%
Magenta61.3%
Yellow0.0%
Key (black)0.8%
Color previews
#9062fd text on a black background
contrast 5.35:1
Card sample
#9062fd text on a white background
contrast 3.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9062fd;
Background color
Panel with #9062fd background
background-color: #9062fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9062fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 98, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 98, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9062fd; background: linear-gradient(135deg, #9062fd, #F762FD);