#902aac
a dark, vivid violet · warm · closest name: purple
RGB
144, 42, 172
HSL
287°, 61%, 42%
CMYK
16, 76, 0, 33
Luminance
0.1056
Every format
| HEX | #902aac |
| RGB | rgb(144, 42, 172) |
| HSL | hsl(287, 61%, 42%) |
| CMYK | cmyk(16%, 76%, 0%, 33%) |
| LAB | lab(38.8 59.9 -48.7) |
| LCH | lch(38.8 77.2 320.9) |
| OKLCH | oklch(0.499 0.204 317.8) |
Copy-ready code
/* CSS */
color: #902aac;
background-color: #902aac;
/* Tailwind (arbitrary) */
class="text-[#902aac] bg-[#902aac]"
/* SCSS */
$brand: #902aac;
/* SwiftUI */
Color(red: 0.565, green: 0.165, blue: 0.675)
/* Android */
Color.parseColor("#902aac")Accessibility — WCAG contrast
Aa
#902aac on white: 6.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#902aac on black: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green16.5%
Blue67.5%
CMYK percentages
Cyan16.3%
Magenta75.6%
Yellow0.0%
Key (black)32.5%
Color previews
#902aac text on a black background
contrast 3.11:1
Card sample
#902aac text on a white background
contrast 6.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #902aac;
Background color
Panel with #902aac background
background-color: #902aac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #902aac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 42, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 42, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #902aac; background: linear-gradient(135deg, #902aac, #AC2A71);