#331c87
a dark, vivid blue · warm · closest name: indigo
RGB
51, 28, 135
HSL
253°, 66%, 32%
CMYK
62, 79, 0, 47
Luminance
0.0328
Every format
| HEX | #331c87 |
| RGB | rgb(51, 28, 135) |
| HSL | hsl(253, 66%, 32%) |
| CMYK | cmyk(62%, 79%, 0%, 47%) |
| LAB | lab(21.1 40.6 -55.5) |
| LCH | lch(21.1 68.8 306.2) |
| OKLCH | oklch(0.338 0.164 283.1) |
Copy-ready code
/* CSS */
color: #331c87;
background-color: #331c87;
/* Tailwind (arbitrary) */
class="text-[#331c87] bg-[#331c87]"
/* SCSS */
$brand: #331c87;
/* SwiftUI */
Color(red: 0.200, green: 0.110, blue: 0.529)
/* Android */
Color.parseColor("#331c87")Accessibility — WCAG contrast
Aa
#331c87 on white: 12.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#331c87 on black: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green11.0%
Blue52.9%
CMYK percentages
Cyan62.2%
Magenta79.3%
Yellow0.0%
Key (black)47.1%
Color previews
#331c87 text on a black background
contrast 1.66:1
Card sample
#331c87 text on a white background
contrast 12.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #331c87;
Background color
Panel with #331c87 background
background-color: #331c87;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #331c87;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 28, 135, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 28, 135, 0.45);
Border & gradient
Gradient panel
border: 3px solid #331c87; background: linear-gradient(135deg, #331c87, #7A1C87);