#992cf8
a balanced, electric violet · warm · closest name: blue
RGB
153, 44, 248
HSL
272°, 94%, 57%
CMYK
38, 82, 0, 3
Luminance
0.1535
Every format
| HEX | #992cf8 |
| RGB | rgb(153, 44, 248) |
| HSL | hsl(272, 94%, 57%) |
| CMYK | cmyk(38%, 82%, 0%, 3%) |
| LAB | lab(46.1 76.4 -80.7) |
| LCH | lch(46.1 111.1 313.4) |
| OKLCH | oklch(0.571 0.272 302.0) |
Copy-ready code
/* CSS */
color: #992cf8;
background-color: #992cf8;
/* Tailwind (arbitrary) */
class="text-[#992cf8] bg-[#992cf8]"
/* SCSS */
$brand: #992cf8;
/* SwiftUI */
Color(red: 0.600, green: 0.173, blue: 0.973)
/* Android */
Color.parseColor("#992cf8")Accessibility — WCAG contrast
Aa
#992cf8 on white: 5.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#992cf8 on black: 4.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green17.3%
Blue97.3%
CMYK percentages
Cyan38.3%
Magenta82.3%
Yellow0.0%
Key (black)2.7%
Color previews
#992cf8 text on a black background
contrast 4.07:1
Card sample
#992cf8 text on a white background
contrast 5.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #992cf8;
Background color
Panel with #992cf8 background
background-color: #992cf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #992cf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 44, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 44, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #992cf8; background: linear-gradient(135deg, #992cf8, #F82CCF);