#331c98
a dark, vivid blue · warm · closest name: navy
RGB
51, 28, 152
HSL
251°, 69%, 35%
CMYK
66, 82, 0, 40
Luminance
0.0380
Every format
| HEX | #331c98 |
| RGB | rgb(51, 28, 152) |
| HSL | hsl(251, 69%, 35%) |
| CMYK | cmyk(66%, 82%, 0%, 40%) |
| LAB | lab(23.0 45.8 -63.0) |
| LCH | lch(23.0 77.9 306.1) |
| OKLCH | oklch(0.357 0.185 280.0) |
Copy-ready code
/* CSS */
color: #331c98;
background-color: #331c98;
/* Tailwind (arbitrary) */
class="text-[#331c98] bg-[#331c98]"
/* SCSS */
$brand: #331c98;
/* SwiftUI */
Color(red: 0.200, green: 0.110, blue: 0.596)
/* Android */
Color.parseColor("#331c98")Accessibility — WCAG contrast
Aa
#331c98 on white: 11.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#331c98 on black: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green11.0%
Blue59.6%
CMYK percentages
Cyan66.4%
Magenta81.6%
Yellow0.0%
Key (black)40.4%
Color previews
#331c98 text on a black background
contrast 1.76:1
Card sample
#331c98 text on a white background
contrast 11.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #331c98;
Background color
Panel with #331c98 background
background-color: #331c98;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #331c98;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 28, 152, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 28, 152, 0.45);
Border & gradient
Gradient panel
border: 3px solid #331c98; background: linear-gradient(135deg, #331c98, #861C98);