#553366
a dark, soft violet · warm · closest name: midnightblue
RGB
85, 51, 102
HSL
280°, 33%, 30%
CMYK
17, 50, 0, 60
Luminance
0.0526
Every format
| HEX | #553366 |
| RGB | rgb(85, 51, 102) |
| HSL | hsl(280, 33%, 30%) |
| CMYK | cmyk(17%, 50%, 0%, 60%) |
| LAB | lab(27.5 25.5 -24.1) |
| LCH | lch(27.5 35.0 316.7) |
| OKLCH | oklch(0.385 0.092 313.5) |
Copy-ready code
/* CSS */
color: #553366;
background-color: #553366;
/* Tailwind (arbitrary) */
class="text-[#553366] bg-[#553366]"
/* SCSS */
$brand: #553366;
/* SwiftUI */
Color(red: 0.333, green: 0.200, blue: 0.400)
/* Android */
Color.parseColor("#553366")Accessibility — WCAG contrast
Aa
#553366 on white: 10.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#553366 on black: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green20.0%
Blue40.0%
CMYK percentages
Cyan16.7%
Magenta50.0%
Yellow0.0%
Key (black)60.0%
Color previews
#553366 text on a black background
contrast 2.05:1
Card sample
#553366 text on a white background
contrast 10.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #553366;
Background color
Panel with #553366 background
background-color: #553366;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #553366;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 51, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 51, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #553366; background: linear-gradient(135deg, #553366, #663355);