#950eb0
a dark, electric magenta / pink · warm · closest name: purple
RGB
149, 14, 176
HSL
290°, 85%, 37%
CMYK
15, 92, 0, 31
Luminance
0.0984
Every format
| HEX | #950eb0 |
| RGB | rgb(149, 14, 176) |
| HSL | hsl(290, 85%, 37%) |
| CMYK | cmyk(15%, 92%, 0%, 31%) |
| LAB | lab(37.5 68.5 -53.1) |
| LCH | lch(37.5 86.7 322.2) |
| OKLCH | oklch(0.493 0.230 319.4) |
Copy-ready code
/* CSS */
color: #950eb0;
background-color: #950eb0;
/* Tailwind (arbitrary) */
class="text-[#950eb0] bg-[#950eb0]"
/* SCSS */
$brand: #950eb0;
/* SwiftUI */
Color(red: 0.584, green: 0.055, blue: 0.690)
/* Android */
Color.parseColor("#950eb0")Accessibility — WCAG contrast
Aa
#950eb0 on white: 7.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#950eb0 on black: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green5.5%
Blue69.0%
CMYK percentages
Cyan15.3%
Magenta92.0%
Yellow0.0%
Key (black)31.0%
Color previews
#950eb0 text on a black background
contrast 2.97:1
Card sample
#950eb0 text on a white background
contrast 7.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #950eb0;
Background color
Panel with #950eb0 background
background-color: #950eb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #950eb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 14, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 14, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #950eb0; background: linear-gradient(135deg, #950eb0, #B00E5F);