#902eee
a balanced, electric violet · warm · closest name: blue
RGB
144, 46, 238
HSL
271°, 85%, 56%
CMYK
40, 81, 0, 7
Luminance
0.1406
Every format
| HEX | #902eee |
| RGB | rgb(144, 46, 238) |
| HSL | hsl(271, 85%, 56%) |
| CMYK | cmyk(40%, 81%, 0%, 7%) |
| LAB | lab(44.3 72.3 -78.1) |
| LCH | lch(44.3 106.4 312.8) |
| OKLCH | oklch(0.553 0.260 300.8) |
Copy-ready code
/* CSS */
color: #902eee;
background-color: #902eee;
/* Tailwind (arbitrary) */
class="text-[#902eee] bg-[#902eee]"
/* SCSS */
$brand: #902eee;
/* SwiftUI */
Color(red: 0.565, green: 0.180, blue: 0.933)
/* Android */
Color.parseColor("#902eee")Accessibility — WCAG contrast
Aa
#902eee on white: 5.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#902eee on black: 3.81:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green18.0%
Blue93.3%
CMYK percentages
Cyan39.5%
Magenta80.7%
Yellow0.0%
Key (black)6.7%
Color previews
#902eee text on a black background
contrast 3.81:1
Card sample
#902eee text on a white background
contrast 5.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #902eee;
Background color
Panel with #902eee background
background-color: #902eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #902eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 46, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 46, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #902eee; background: linear-gradient(135deg, #902eee, #EE2ECC);