#350750
a deep, electric violet · warm · closest name: midnightblue
RGB
53, 7, 80
HSL
278°, 84%, 17%
CMYK
34, 91, 0, 69
Luminance
0.0149
Every format
| HEX | #350750 |
| RGB | rgb(53, 7, 80) |
| HSL | hsl(278, 84%, 17%) |
| CMYK | cmyk(34%, 91%, 0%, 69%) |
| LAB | lab(12.5 34.9 -33.6) |
| LCH | lch(12.5 48.4 316.1) |
| OKLCH | oklch(0.262 0.122 308.2) |
Copy-ready code
/* CSS */
color: #350750;
background-color: #350750;
/* Tailwind (arbitrary) */
class="text-[#350750] bg-[#350750]"
/* SCSS */
$brand: #350750;
/* SwiftUI */
Color(red: 0.208, green: 0.027, blue: 0.314)
/* Android */
Color.parseColor("#350750")Accessibility — WCAG contrast
Aa
#350750 on white: 16.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#350750 on black: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green2.7%
Blue31.4%
CMYK percentages
Cyan33.7%
Magenta91.3%
Yellow0.0%
Key (black)68.6%
Color previews
#350750 text on a black background
contrast 1.30:1
Card sample
#350750 text on a white background
contrast 16.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #350750;
Background color
Panel with #350750 background
background-color: #350750;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #350750;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 7, 80, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 7, 80, 0.45);
Border & gradient
Gradient panel
border: 3px solid #350750; background: linear-gradient(135deg, #350750, #50073A);