#53245f
a dark, vivid violet · warm · closest name: midnightblue
RGB
83, 36, 95
HSL
288°, 45%, 26%
CMYK
13, 62, 0, 63
Luminance
0.0393
Every format
| HEX | #53245f |
| RGB | rgb(83, 36, 95) |
| HSL | hsl(288, 45%, 26%) |
| CMYK | cmyk(13%, 62%, 0%, 63%) |
| LAB | lab(23.4 32.0 -25.9) |
| LCH | lch(23.4 41.1 321.0) |
| OKLCH | oklch(0.353 0.110 319.0) |
Copy-ready code
/* CSS */
color: #53245f;
background-color: #53245f;
/* Tailwind (arbitrary) */
class="text-[#53245f] bg-[#53245f]"
/* SCSS */
$brand: #53245f;
/* SwiftUI */
Color(red: 0.325, green: 0.141, blue: 0.373)
/* Android */
Color.parseColor("#53245f")Accessibility — WCAG contrast
Aa
#53245f on white: 11.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#53245f on black: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green14.1%
Blue37.3%
CMYK percentages
Cyan12.6%
Magenta62.1%
Yellow0.0%
Key (black)62.7%
Color previews
#53245f text on a black background
contrast 1.79:1
Card sample
#53245f text on a white background
contrast 11.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #53245f;
Background color
Panel with #53245f background
background-color: #53245f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #53245f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 36, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 36, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #53245f; background: linear-gradient(135deg, #53245f, #5F2444);