#992dfd
a balanced, electric violet · warm · closest name: blue
RGB
153, 45, 253
HSL
271°, 98%, 58%
CMYK
40, 82, 0, 1
Luminance
0.1574
Every format
| HEX | #992dfd |
| RGB | rgb(153, 45, 253) |
| HSL | hsl(271, 98%, 58%) |
| CMYK | cmyk(40%, 82%, 0%, 1%) |
| LAB | lab(46.6 77.1 -82.6) |
| LCH | lch(46.6 113.0 313.0) |
| OKLCH | oklch(0.576 0.276 301.0) |
Copy-ready code
/* CSS */
color: #992dfd;
background-color: #992dfd;
/* Tailwind (arbitrary) */
class="text-[#992dfd] bg-[#992dfd]"
/* SCSS */
$brand: #992dfd;
/* SwiftUI */
Color(red: 0.600, green: 0.176, blue: 0.992)
/* Android */
Color.parseColor("#992dfd")Accessibility — WCAG contrast
Aa
#992dfd on white: 5.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#992dfd on black: 4.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green17.6%
Blue99.2%
CMYK percentages
Cyan39.5%
Magenta82.2%
Yellow0.0%
Key (black)0.8%
Color previews
#992dfd text on a black background
contrast 4.15:1
Card sample
#992dfd text on a white background
contrast 5.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #992dfd;
Background color
Panel with #992dfd background
background-color: #992dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #992dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 45, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 45, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #992dfd; background: linear-gradient(135deg, #992dfd, #FD2DD6);