#9a25ee
a balanced, electric violet · warm · closest name: magenta
RGB
154, 37, 238
HSL
275°, 86%, 54%
CMYK
35, 85, 0, 7
Luminance
0.1437
Every format
| HEX | #9a25ee |
| RGB | rgb(154, 37, 238) |
| HSL | hsl(275, 86%, 54%) |
| CMYK | cmyk(35%, 85%, 0%, 7%) |
| LAB | lab(44.8 76.3 -77.3) |
| LCH | lch(44.8 108.6 314.6) |
| OKLCH | oklch(0.559 0.268 304.7) |
Copy-ready code
/* CSS */
color: #9a25ee;
background-color: #9a25ee;
/* Tailwind (arbitrary) */
class="text-[#9a25ee] bg-[#9a25ee]"
/* SCSS */
$brand: #9a25ee;
/* SwiftUI */
Color(red: 0.604, green: 0.145, blue: 0.933)
/* Android */
Color.parseColor("#9a25ee")Accessibility — WCAG contrast
Aa
#9a25ee on white: 5.42:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9a25ee on black: 3.87:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green14.5%
Blue93.3%
CMYK percentages
Cyan35.3%
Magenta84.5%
Yellow0.0%
Key (black)6.7%
Color previews
#9a25ee text on a black background
contrast 3.87:1
Card sample
#9a25ee text on a white background
contrast 5.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9a25ee;
Background color
Panel with #9a25ee background
background-color: #9a25ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9a25ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 37, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 37, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9a25ee; background: linear-gradient(135deg, #9a25ee, #EE25BC);