#331177
a dark, electric violet · warm · closest name: midnightblue
RGB
51, 17, 119
HSL
260°, 75%, 27%
CMYK
57, 86, 0, 53
Luminance
0.0244
Every format
| HEX | #331177 |
| RGB | rgb(51, 17, 119) |
| HSL | hsl(260, 75%, 27%) |
| CMYK | cmyk(57%, 86%, 0%, 53%) |
| LAB | lab(17.6 41.1 -51.1) |
| LCH | lch(17.6 65.5 308.8) |
| OKLCH | oklch(0.309 0.155 288.7) |
Copy-ready code
/* CSS */
color: #331177;
background-color: #331177;
/* Tailwind (arbitrary) */
class="text-[#331177] bg-[#331177]"
/* SCSS */
$brand: #331177;
/* SwiftUI */
Color(red: 0.200, green: 0.067, blue: 0.467)
/* Android */
Color.parseColor("#331177")Accessibility — WCAG contrast
Aa
#331177 on white: 14.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#331177 on black: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green6.7%
Blue46.7%
CMYK percentages
Cyan57.1%
Magenta85.7%
Yellow0.0%
Key (black)53.3%
Color previews
#331177 text on a black background
contrast 1.49:1
Card sample
#331177 text on a white background
contrast 14.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #331177;
Background color
Panel with #331177 background
background-color: #331177;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #331177;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 17, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 17, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #331177; background: linear-gradient(135deg, #331177, #771177);