#992ffd
a balanced, electric violet · warm · closest name: blue
RGB
153, 47, 253
HSL
271°, 98%, 59%
CMYK
40, 81, 0, 1
Luminance
0.1590
Every format
| HEX | #992ffd |
| RGB | rgb(153, 47, 253) |
| HSL | hsl(271, 98%, 59%) |
| CMYK | cmyk(40%, 81%, 0%, 1%) |
| LAB | lab(46.8 76.5 -82.3) |
| LCH | lch(46.8 112.4 312.9) |
| OKLCH | oklch(0.577 0.274 300.8) |
Copy-ready code
/* CSS */
color: #992ffd;
background-color: #992ffd;
/* Tailwind (arbitrary) */
class="text-[#992ffd] bg-[#992ffd]"
/* SCSS */
$brand: #992ffd;
/* SwiftUI */
Color(red: 0.600, green: 0.184, blue: 0.992)
/* Android */
Color.parseColor("#992ffd")Accessibility — WCAG contrast
Aa
#992ffd on white: 5.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#992ffd on black: 4.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green18.4%
Blue99.2%
CMYK percentages
Cyan39.5%
Magenta81.4%
Yellow0.0%
Key (black)0.8%
Color previews
#992ffd text on a black background
contrast 4.18:1
Card sample
#992ffd text on a white background
contrast 5.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #992ffd;
Background color
Panel with #992ffd background
background-color: #992ffd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #992ffd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 47, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 47, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #992ffd; background: linear-gradient(135deg, #992ffd, #FD2FD8);