#331f65
a dark, vivid violet · warm · closest name: midnightblue
RGB
51, 31, 101
HSL
257°, 53%, 26%
CMYK
50, 69, 0, 60
Luminance
0.0262
Every format
| HEX | #331f65 |
| RGB | rgb(51, 31, 101) |
| HSL | hsl(257, 53%, 26%) |
| CMYK | cmyk(50%, 69%, 0%, 60%) |
| LAB | lab(18.5 28.3 -38.0) |
| LCH | lch(18.5 47.4 306.6) |
| OKLCH | oklch(0.309 0.117 291.2) |
Copy-ready code
/* CSS */
color: #331f65;
background-color: #331f65;
/* Tailwind (arbitrary) */
class="text-[#331f65] bg-[#331f65]"
/* SCSS */
$brand: #331f65;
/* SwiftUI */
Color(red: 0.200, green: 0.122, blue: 0.396)
/* Android */
Color.parseColor("#331f65")Accessibility — WCAG contrast
Aa
#331f65 on white: 13.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#331f65 on black: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green12.2%
Blue39.6%
CMYK percentages
Cyan49.5%
Magenta69.3%
Yellow0.0%
Key (black)60.4%
Color previews
#331f65 text on a black background
contrast 1.52:1
Card sample
#331f65 text on a white background
contrast 13.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #331f65;
Background color
Panel with #331f65 background
background-color: #331f65;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #331f65;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 31, 101, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 31, 101, 0.45);
Border & gradient
Gradient panel
border: 3px solid #331f65; background: linear-gradient(135deg, #331f65, #621F65);