#902cdf
a balanced, vivid violet · warm · closest name: indigo
RGB
144, 44, 223
HSL
274°, 74%, 52%
CMYK
35, 80, 0, 13
Luminance
0.1306
Every format
| HEX | #902cdf |
| RGB | rgb(144, 44, 223) |
| HSL | hsl(274, 74%, 52%) |
| CMYK | cmyk(35%, 80%, 0%, 13%) |
| LAB | lab(42.9 69.7 -71.9) |
| LCH | lch(42.9 100.2 314.1) |
| OKLCH | oklch(0.539 0.248 304.1) |
Copy-ready code
/* CSS */
color: #902cdf;
background-color: #902cdf;
/* Tailwind (arbitrary) */
class="text-[#902cdf] bg-[#902cdf]"
/* SCSS */
$brand: #902cdf;
/* SwiftUI */
Color(red: 0.565, green: 0.173, blue: 0.875)
/* Android */
Color.parseColor("#902cdf")Accessibility — WCAG contrast
Aa
#902cdf on white: 5.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#902cdf on black: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green17.3%
Blue87.5%
CMYK percentages
Cyan35.4%
Magenta80.3%
Yellow0.0%
Key (black)12.5%
Color previews
#902cdf text on a black background
contrast 3.61:1
Card sample
#902cdf text on a white background
contrast 5.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #902cdf;
Background color
Panel with #902cdf background
background-color: #902cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #902cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 44, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 44, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #902cdf; background: linear-gradient(135deg, #902cdf, #DF2CB7);