#951eee
a balanced, electric violet · warm · closest name: blue
RGB
149, 30, 238
HSL
274°, 86%, 53%
CMYK
37, 87, 0, 7
Luminance
0.1349
Every format
| HEX | #951eee |
| RGB | rgb(149, 30, 238) |
| HSL | hsl(274, 86%, 53%) |
| CMYK | cmyk(37%, 87%, 0%, 7%) |
| LAB | lab(43.5 77.4 -79.4) |
| LCH | lch(43.5 110.9 314.3) |
| OKLCH | oklch(0.549 0.271 303.3) |
Copy-ready code
/* CSS */
color: #951eee;
background-color: #951eee;
/* Tailwind (arbitrary) */
class="text-[#951eee] bg-[#951eee]"
/* SCSS */
$brand: #951eee;
/* SwiftUI */
Color(red: 0.584, green: 0.118, blue: 0.933)
/* Android */
Color.parseColor("#951eee")Accessibility — WCAG contrast
Aa
#951eee on white: 5.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#951eee on black: 3.70:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green11.8%
Blue93.3%
CMYK percentages
Cyan37.4%
Magenta87.4%
Yellow0.0%
Key (black)6.7%
Color previews
#951eee text on a black background
contrast 3.70:1
Card sample
#951eee text on a white background
contrast 5.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #951eee;
Background color
Panel with #951eee background
background-color: #951eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #951eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 30, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 30, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #951eee; background: linear-gradient(135deg, #951eee, #EE1EBC);