#320855
a deep, electric violet · warm · closest name: midnightblue
RGB
50, 8, 85
HSL
273°, 83%, 18%
CMYK
41, 91, 0, 67
Luminance
0.0151
Every format
| HEX | #320855 |
| RGB | rgb(50, 8, 85) |
| HSL | hsl(273, 83%, 18%) |
| CMYK | cmyk(41%, 91%, 0%, 67%) |
| LAB | lab(12.7 35.2 -36.8) |
| LCH | lch(12.7 51.0 313.7) |
| OKLCH | oklch(0.263 0.125 302.7) |
Copy-ready code
/* CSS */
color: #320855;
background-color: #320855;
/* Tailwind (arbitrary) */
class="text-[#320855] bg-[#320855]"
/* SCSS */
$brand: #320855;
/* SwiftUI */
Color(red: 0.196, green: 0.031, blue: 0.333)
/* Android */
Color.parseColor("#320855")Accessibility — WCAG contrast
Aa
#320855 on white: 16.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#320855 on black: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green3.1%
Blue33.3%
CMYK percentages
Cyan41.2%
Magenta90.6%
Yellow0.0%
Key (black)66.7%
Color previews
#320855 text on a black background
contrast 1.30:1
Card sample
#320855 text on a white background
contrast 16.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #320855;
Background color
Panel with #320855 background
background-color: #320855;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #320855;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 8, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 8, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #320855; background: linear-gradient(135deg, #320855, #550845);