#331c62
a deep, vivid violet · warm · closest name: midnightblue
RGB
51, 28, 98
HSL
260°, 56%, 25%
CMYK
48, 71, 0, 62
Luminance
0.0242
Every format
| HEX | #331c62 |
| RGB | rgb(51, 28, 98) |
| HSL | hsl(260, 56%, 25%) |
| CMYK | cmyk(48%, 71%, 0%, 62%) |
| LAB | lab(17.5 29.1 -37.6) |
| LCH | lch(17.5 47.5 307.8) |
| OKLCH | oklch(0.302 0.117 293.2) |
Copy-ready code
/* CSS */
color: #331c62;
background-color: #331c62;
/* Tailwind (arbitrary) */
class="text-[#331c62] bg-[#331c62]"
/* SCSS */
$brand: #331c62;
/* SwiftUI */
Color(red: 0.200, green: 0.110, blue: 0.384)
/* Android */
Color.parseColor("#331c62")Accessibility — WCAG contrast
Aa
#331c62 on white: 14.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#331c62 on black: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green11.0%
Blue38.4%
CMYK percentages
Cyan48.0%
Magenta71.4%
Yellow0.0%
Key (black)61.6%
Color previews
#331c62 text on a black background
contrast 1.48:1
Card sample
#331c62 text on a white background
contrast 14.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #331c62;
Background color
Panel with #331c62 background
background-color: #331c62;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #331c62;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 28, 98, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 28, 98, 0.45);
Border & gradient
Gradient panel
border: 3px solid #331c62; background: linear-gradient(135deg, #331c62, #621C62);