#331c69
a dark, vivid violet · warm · closest name: midnightblue
RGB
51, 28, 105
HSL
258°, 58%, 26%
CMYK
51, 73, 0, 59
Luminance
0.0255
Every format
| HEX | #331c69 |
| RGB | rgb(51, 28, 105) |
| HSL | hsl(258, 58%, 26%) |
| CMYK | cmyk(51%, 73%, 0%, 59%) |
| LAB | lab(18.2 31.3 -41.1) |
| LCH | lch(18.2 51.7 307.3) |
| OKLCH | oklch(0.308 0.126 290.8) |
Copy-ready code
/* CSS */
color: #331c69;
background-color: #331c69;
/* Tailwind (arbitrary) */
class="text-[#331c69] bg-[#331c69]"
/* SCSS */
$brand: #331c69;
/* SwiftUI */
Color(red: 0.200, green: 0.110, blue: 0.412)
/* Android */
Color.parseColor("#331c69")Accessibility — WCAG contrast
Aa
#331c69 on white: 13.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#331c69 on black: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green11.0%
Blue41.2%
CMYK percentages
Cyan51.4%
Magenta73.3%
Yellow0.0%
Key (black)58.8%
Color previews
#331c69 text on a black background
contrast 1.51:1
Card sample
#331c69 text on a white background
contrast 13.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #331c69;
Background color
Panel with #331c69 background
background-color: #331c69;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #331c69;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 28, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 28, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #331c69; background: linear-gradient(135deg, #331c69, #661C69);