#902fd2
a balanced, vivid violet · warm · closest name: indigo
RGB
144, 47, 210
HSL
276°, 64%, 50%
CMYK
31, 78, 0, 18
Luminance
0.1262
Every format
| HEX | #902fd2 |
| RGB | rgb(144, 47, 210) |
| HSL | hsl(276, 64%, 50%) |
| CMYK | cmyk(31%, 78%, 0%, 18%) |
| LAB | lab(42.2 65.9 -65.6) |
| LCH | lch(42.2 93.0 315.1) |
| OKLCH | oklch(0.531 0.233 306.9) |
Copy-ready code
/* CSS */
color: #902fd2;
background-color: #902fd2;
/* Tailwind (arbitrary) */
class="text-[#902fd2] bg-[#902fd2]"
/* SCSS */
$brand: #902fd2;
/* SwiftUI */
Color(red: 0.565, green: 0.184, blue: 0.824)
/* Android */
Color.parseColor("#902fd2")Accessibility — WCAG contrast
Aa
#902fd2 on white: 5.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#902fd2 on black: 3.52:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green18.4%
Blue82.4%
CMYK percentages
Cyan31.4%
Magenta77.6%
Yellow0.0%
Key (black)17.6%
Color previews
#902fd2 text on a black background
contrast 3.52:1
Card sample
#902fd2 text on a white background
contrast 5.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #902fd2;
Background color
Panel with #902fd2 background
background-color: #902fd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #902fd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 47, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 47, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #902fd2; background: linear-gradient(135deg, #902fd2, #D22FA7);