#950eb8
a dark, electric violet · warm · closest name: purple
RGB
149, 14, 184
HSL
288°, 86%, 39%
CMYK
19, 92, 0, 28
Luminance
0.1016
Every format
| HEX | #950eb8 |
| RGB | rgb(149, 14, 184) |
| HSL | hsl(288, 86%, 39%) |
| CMYK | cmyk(19%, 92%, 0%, 28%) |
| LAB | lab(38.1 69.9 -56.9) |
| LCH | lch(38.1 90.1 320.8) |
| OKLCH | oklch(0.499 0.236 317.0) |
Copy-ready code
/* CSS */
color: #950eb8;
background-color: #950eb8;
/* Tailwind (arbitrary) */
class="text-[#950eb8] bg-[#950eb8]"
/* SCSS */
$brand: #950eb8;
/* SwiftUI */
Color(red: 0.584, green: 0.055, blue: 0.722)
/* Android */
Color.parseColor("#950eb8")Accessibility — WCAG contrast
Aa
#950eb8 on white: 6.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#950eb8 on black: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green5.5%
Blue72.2%
CMYK percentages
Cyan19.0%
Magenta92.4%
Yellow0.0%
Key (black)27.8%
Color previews
#950eb8 text on a black background
contrast 3.03:1
Card sample
#950eb8 text on a white background
contrast 6.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #950eb8;
Background color
Panel with #950eb8 background
background-color: #950eb8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #950eb8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 14, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 14, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #950eb8; background: linear-gradient(135deg, #950eb8, #B80E6A);