#992cfb
a balanced, electric violet · warm · closest name: blue
RGB
153, 44, 251
HSL
272°, 96%, 58%
CMYK
39, 83, 0, 2
Luminance
0.1554
Every format
| HEX | #992cfb |
| RGB | rgb(153, 44, 251) |
| HSL | hsl(272, 96%, 58%) |
| CMYK | cmyk(39%, 83%, 0%, 2%) |
| LAB | lab(46.4 77.0 -82.0) |
| LCH | lch(46.4 112.5 313.2) |
| OKLCH | oklch(0.573 0.275 301.4) |
Copy-ready code
/* CSS */
color: #992cfb;
background-color: #992cfb;
/* Tailwind (arbitrary) */
class="text-[#992cfb] bg-[#992cfb]"
/* SCSS */
$brand: #992cfb;
/* SwiftUI */
Color(red: 0.600, green: 0.173, blue: 0.984)
/* Android */
Color.parseColor("#992cfb")Accessibility — WCAG contrast
Aa
#992cfb on white: 5.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#992cfb on black: 4.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green17.3%
Blue98.4%
CMYK percentages
Cyan39.0%
Magenta82.5%
Yellow0.0%
Key (black)1.6%
Color previews
#992cfb text on a black background
contrast 4.11:1
Card sample
#992cfb text on a white background
contrast 5.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #992cfb;
Background color
Panel with #992cfb background
background-color: #992cfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #992cfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 44, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 44, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #992cfb; background: linear-gradient(135deg, #992cfb, #FB2CD3);