#9d2cfd
a balanced, electric violet · warm · closest name: blue
RGB
157, 44, 253
HSL
272°, 98%, 58%
CMYK
38, 83, 0, 1
Luminance
0.1606
Every format
| HEX | #9d2cfd |
| RGB | rgb(157, 44, 253) |
| HSL | hsl(272, 98%, 58%) |
| CMYK | cmyk(38%, 83%, 0%, 1%) |
| LAB | lab(47.0 78.0 -81.9) |
| LCH | lch(47.0 113.1 313.6) |
| OKLCH | oklch(0.580 0.277 302.3) |
Copy-ready code
/* CSS */
color: #9d2cfd;
background-color: #9d2cfd;
/* Tailwind (arbitrary) */
class="text-[#9d2cfd] bg-[#9d2cfd]"
/* SCSS */
$brand: #9d2cfd;
/* SwiftUI */
Color(red: 0.616, green: 0.173, blue: 0.992)
/* Android */
Color.parseColor("#9d2cfd")Accessibility — WCAG contrast
Aa
#9d2cfd on white: 4.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9d2cfd on black: 4.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green17.3%
Blue99.2%
CMYK percentages
Cyan37.9%
Magenta82.6%
Yellow0.0%
Key (black)0.8%
Color previews
#9d2cfd text on a black background
contrast 4.21:1
Card sample
#9d2cfd text on a white background
contrast 4.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9d2cfd;
Background color
Panel with #9d2cfd background
background-color: #9d2cfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9d2cfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 44, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 44, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9d2cfd; background: linear-gradient(135deg, #9d2cfd, #FD2CD2);