#992eaf
a dark, vivid violet · warm · closest name: purple
RGB
153, 46, 175
HSL
290°, 58%, 43%
CMYK
13, 74, 0, 31
Luminance
0.1182
Every format
| HEX | #992eaf |
| RGB | rgb(153, 46, 175) |
| HSL | hsl(290, 58%, 43%) |
| CMYK | cmyk(13%, 74%, 0%, 31%) |
| LAB | lab(40.9 60.9 -47.1) |
| LCH | lch(40.9 77.0 322.3) |
| OKLCH | oklch(0.518 0.206 320.2) |
Copy-ready code
/* CSS */
color: #992eaf;
background-color: #992eaf;
/* Tailwind (arbitrary) */
class="text-[#992eaf] bg-[#992eaf]"
/* SCSS */
$brand: #992eaf;
/* SwiftUI */
Color(red: 0.600, green: 0.180, blue: 0.686)
/* Android */
Color.parseColor("#992eaf")Accessibility — WCAG contrast
Aa
#992eaf on white: 6.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#992eaf on black: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green18.0%
Blue68.6%
CMYK percentages
Cyan12.6%
Magenta73.7%
Yellow0.0%
Key (black)31.4%
Color previews
#992eaf text on a black background
contrast 3.36:1
Card sample
#992eaf text on a white background
contrast 6.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #992eaf;
Background color
Panel with #992eaf background
background-color: #992eaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #992eaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 46, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 46, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #992eaf; background: linear-gradient(135deg, #992eaf, #AF2E6F);