#331485
a dark, vivid violet · warm · closest name: indigo
RGB
51, 20, 133
HSL
257°, 74%, 30%
CMYK
62, 85, 0, 48
Luminance
0.0290
Every format
| HEX | #331485 |
| RGB | rgb(51, 20, 133) |
| HSL | hsl(257, 74%, 30%) |
| CMYK | cmyk(62%, 85%, 0%, 48%) |
| LAB | lab(19.6 43.8 -56.7) |
| LCH | lch(19.6 71.7 307.7) |
| OKLCH | oklch(0.327 0.169 284.7) |
Copy-ready code
/* CSS */
color: #331485;
background-color: #331485;
/* Tailwind (arbitrary) */
class="text-[#331485] bg-[#331485]"
/* SCSS */
$brand: #331485;
/* SwiftUI */
Color(red: 0.200, green: 0.078, blue: 0.522)
/* Android */
Color.parseColor("#331485")Accessibility — WCAG contrast
Aa
#331485 on white: 13.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#331485 on black: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green7.8%
Blue52.2%
CMYK percentages
Cyan61.7%
Magenta85.0%
Yellow0.0%
Key (black)47.8%
Color previews
#331485 text on a black background
contrast 1.58:1
Card sample
#331485 text on a white background
contrast 13.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #331485;
Background color
Panel with #331485 background
background-color: #331485;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #331485;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 20, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 20, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #331485; background: linear-gradient(135deg, #331485, #7E1485);