#982ccf
a balanced, vivid violet · warm · closest name: indigo
RGB
152, 44, 207
HSL
280°, 65%, 49%
CMYK
27, 79, 0, 19
Luminance
0.1298
Every format
| HEX | #982ccf |
| RGB | rgb(152, 44, 207) |
| HSL | hsl(280, 65%, 49%) |
| CMYK | cmyk(27%, 79%, 0%, 19%) |
| LAB | lab(42.7 67.7 -62.9) |
| LCH | lch(42.7 92.4 317.1) |
| OKLCH | oklch(0.537 0.235 310.7) |
Copy-ready code
/* CSS */
color: #982ccf;
background-color: #982ccf;
/* Tailwind (arbitrary) */
class="text-[#982ccf] bg-[#982ccf]"
/* SCSS */
$brand: #982ccf;
/* SwiftUI */
Color(red: 0.596, green: 0.173, blue: 0.812)
/* Android */
Color.parseColor("#982ccf")Accessibility — WCAG contrast
Aa
#982ccf on white: 5.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#982ccf on black: 3.60:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green17.3%
Blue81.2%
CMYK percentages
Cyan26.6%
Magenta78.7%
Yellow0.0%
Key (black)18.8%
Color previews
#982ccf text on a black background
contrast 3.60:1
Card sample
#982ccf text on a white background
contrast 5.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #982ccf;
Background color
Panel with #982ccf background
background-color: #982ccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #982ccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 44, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 44, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #982ccf; background: linear-gradient(135deg, #982ccf, #CF2C99);