#9f0afd
a balanced, electric violet · warm · closest name: blue
RGB
159, 10, 253
HSL
277°, 98%, 52%
CMYK
37, 96, 0, 1
Luminance
0.1468
Every format
| HEX | #9f0afd |
| RGB | rgb(159, 10, 253) |
| HSL | hsl(277, 98%, 52%) |
| CMYK | cmyk(37%, 96%, 0%, 1%) |
| LAB | lab(45.2 84.5 -85.0) |
| LCH | lch(45.2 119.9 314.9) |
| OKLCH | oklch(0.568 0.293 304.0) |
Copy-ready code
/* CSS */
color: #9f0afd;
background-color: #9f0afd;
/* Tailwind (arbitrary) */
class="text-[#9f0afd] bg-[#9f0afd]"
/* SCSS */
$brand: #9f0afd;
/* SwiftUI */
Color(red: 0.624, green: 0.039, blue: 0.992)
/* Android */
Color.parseColor("#9f0afd")Accessibility — WCAG contrast
Aa
#9f0afd on white: 5.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9f0afd on black: 3.94:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green3.9%
Blue99.2%
CMYK percentages
Cyan37.2%
Magenta96.0%
Yellow0.0%
Key (black)0.8%
Color previews
#9f0afd text on a black background
contrast 3.94:1
Card sample
#9f0afd text on a white background
contrast 5.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9f0afd;
Background color
Panel with #9f0afd background
background-color: #9f0afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9f0afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 10, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 10, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9f0afd; background: linear-gradient(135deg, #9f0afd, #FD0AB9);