#331c76
a dark, vivid violet · warm · closest name: midnightblue
RGB
51, 28, 118
HSL
255°, 62%, 29%
CMYK
57, 76, 0, 54
Luminance
0.0284
Every format
| HEX | #331c76 |
| RGB | rgb(51, 28, 118) |
| HSL | hsl(255, 62%, 29%) |
| CMYK | cmyk(57%, 76%, 0%, 54%) |
| LAB | lab(19.4 35.4 -47.5) |
| LCH | lch(19.4 59.3 306.7) |
| OKLCH | oklch(0.321 0.143 287.0) |
Copy-ready code
/* CSS */
color: #331c76;
background-color: #331c76;
/* Tailwind (arbitrary) */
class="text-[#331c76] bg-[#331c76]"
/* SCSS */
$brand: #331c76;
/* SwiftUI */
Color(red: 0.200, green: 0.110, blue: 0.463)
/* Android */
Color.parseColor("#331c76")Accessibility — WCAG contrast
Aa
#331c76 on white: 13.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#331c76 on black: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green11.0%
Blue46.3%
CMYK percentages
Cyan56.8%
Magenta76.3%
Yellow0.0%
Key (black)53.7%
Color previews
#331c76 text on a black background
contrast 1.57:1
Card sample
#331c76 text on a white background
contrast 13.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #331c76;
Background color
Panel with #331c76 background
background-color: #331c76;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #331c76;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 28, 118, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 28, 118, 0.45);
Border & gradient
Gradient panel
border: 3px solid #331c76; background: linear-gradient(135deg, #331c76, #6F1C76);