#513366
a dark, soft violet · warm · closest name: midnightblue
RGB
81, 51, 102
HSL
275°, 33%, 30%
CMYK
21, 50, 0, 60
Luminance
0.0508
Every format
| HEX | #513366 |
| RGB | rgb(81, 51, 102) |
| HSL | hsl(275, 33%, 30%) |
| CMYK | cmyk(21%, 50%, 0%, 60%) |
| LAB | lab(26.9 24.2 -24.9) |
| LCH | lch(26.9 34.7 314.2) |
| OKLCH | oklch(0.380 0.090 309.9) |
Copy-ready code
/* CSS */
color: #513366;
background-color: #513366;
/* Tailwind (arbitrary) */
class="text-[#513366] bg-[#513366]"
/* SCSS */
$brand: #513366;
/* SwiftUI */
Color(red: 0.318, green: 0.200, blue: 0.400)
/* Android */
Color.parseColor("#513366")Accessibility — WCAG contrast
Aa
#513366 on white: 10.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#513366 on black: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.8%
Green20.0%
Blue40.0%
CMYK percentages
Cyan20.6%
Magenta50.0%
Yellow0.0%
Key (black)60.0%
Color previews
#513366 text on a black background
contrast 2.02:1
Card sample
#513366 text on a white background
contrast 10.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #513366;
Background color
Panel with #513366 background
background-color: #513366;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #513366;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(81, 51, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(81, 51, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #513366; background: linear-gradient(135deg, #513366, #663359);