#331f6f
a dark, vivid violet · warm · closest name: midnightblue
RGB
51, 31, 111
HSL
255°, 56%, 28%
CMYK
54, 72, 0, 57
Luminance
0.0283
Every format
| HEX | #331f6f |
| RGB | rgb(51, 31, 111) |
| HSL | hsl(255, 56%, 28%) |
| CMYK | cmyk(54%, 72%, 0%, 57%) |
| LAB | lab(19.4 31.4 -43.1) |
| LCH | lch(19.4 53.4 306.1) |
| OKLCH | oklch(0.319 0.130 288.1) |
Copy-ready code
/* CSS */
color: #331f6f;
background-color: #331f6f;
/* Tailwind (arbitrary) */
class="text-[#331f6f] bg-[#331f6f]"
/* SCSS */
$brand: #331f6f;
/* SwiftUI */
Color(red: 0.200, green: 0.122, blue: 0.435)
/* Android */
Color.parseColor("#331f6f")Accessibility — WCAG contrast
Aa
#331f6f on white: 13.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#331f6f on black: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green12.2%
Blue43.5%
CMYK percentages
Cyan54.1%
Magenta72.1%
Yellow0.0%
Key (black)56.5%
Color previews
#331f6f text on a black background
contrast 1.57:1
Card sample
#331f6f text on a white background
contrast 13.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #331f6f;
Background color
Panel with #331f6f background
background-color: #331f6f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #331f6f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 31, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 31, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #331f6f; background: linear-gradient(135deg, #331f6f, #681F6F);