#902df3
a balanced, electric violet · warm · closest name: blue
RGB
144, 45, 243
HSL
270°, 89%, 57%
CMYK
41, 82, 0, 5
Luminance
0.1428
Every format
| HEX | #902df3 |
| RGB | rgb(144, 45, 243) |
| HSL | hsl(270, 89%, 57%) |
| CMYK | cmyk(41%, 82%, 0%, 5%) |
| LAB | lab(44.6 73.8 -80.4) |
| LCH | lch(44.6 109.1 312.6) |
| OKLCH | oklch(0.557 0.265 299.9) |
Copy-ready code
/* CSS */
color: #902df3;
background-color: #902df3;
/* Tailwind (arbitrary) */
class="text-[#902df3] bg-[#902df3]"
/* SCSS */
$brand: #902df3;
/* SwiftUI */
Color(red: 0.565, green: 0.176, blue: 0.953)
/* Android */
Color.parseColor("#902df3")Accessibility — WCAG contrast
Aa
#902df3 on white: 5.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#902df3 on black: 3.86:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green17.6%
Blue95.3%
CMYK percentages
Cyan40.7%
Magenta81.5%
Yellow0.0%
Key (black)4.7%
Color previews
#902df3 text on a black background
contrast 3.86:1
Card sample
#902df3 text on a white background
contrast 5.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #902df3;
Background color
Panel with #902df3 background
background-color: #902df3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #902df3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 45, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 45, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #902df3; background: linear-gradient(135deg, #902df3, #F32DD2);