#350039
a deep, electric magenta / pink · warm · closest name: midnightblue
RGB
53, 0, 57
HSL
296°, 100%, 11%
CMYK
7, 100, 0, 78
Luminance
0.0105
Every format
| HEX | #350039 |
| RGB | rgb(53, 0, 57) |
| HSL | hsl(296, 100%, 11%) |
| CMYK | cmyk(7%, 100%, 0%, 78%) |
| LAB | lab(9.4 33.1 -22.4) |
| LCH | lch(9.4 40.0 325.9) |
| OKLCH | oklch(0.234 0.109 325.0) |
Copy-ready code
/* CSS */
color: #350039;
background-color: #350039;
/* Tailwind (arbitrary) */
class="text-[#350039] bg-[#350039]"
/* SCSS */
$brand: #350039;
/* SwiftUI */
Color(red: 0.208, green: 0.000, blue: 0.224)
/* Android */
Color.parseColor("#350039")Accessibility — WCAG contrast
Aa
#350039 on white: 17.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#350039 on black: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green0.0%
Blue22.4%
CMYK percentages
Cyan7.0%
Magenta100.0%
Yellow0.0%
Key (black)77.6%
Color previews
#350039 text on a black background
contrast 1.21:1
Card sample
#350039 text on a white background
contrast 17.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #350039;
Background color
Panel with #350039 background
background-color: #350039;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #350039;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 0, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 0, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #350039; background: linear-gradient(135deg, #350039, #390017);