#552b67
a dark, soft violet · warm · closest name: midnightblue
RGB
85, 43, 103
HSL
282°, 41%, 29%
CMYK
18, 58, 0, 60
Luminance
0.0464
Every format
| HEX | #552b67 |
| RGB | rgb(85, 43, 103) |
| HSL | hsl(282, 41%, 29%) |
| CMYK | cmyk(18%, 58%, 0%, 60%) |
| LAB | lab(25.7 30.5 -27.5) |
| LCH | lch(25.7 41.1 318.0) |
| OKLCH | oklch(0.372 0.108 314.7) |
Copy-ready code
/* CSS */
color: #552b67;
background-color: #552b67;
/* Tailwind (arbitrary) */
class="text-[#552b67] bg-[#552b67]"
/* SCSS */
$brand: #552b67;
/* SwiftUI */
Color(red: 0.333, green: 0.169, blue: 0.404)
/* Android */
Color.parseColor("#552b67")Accessibility — WCAG contrast
Aa
#552b67 on white: 10.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#552b67 on black: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green16.9%
Blue40.4%
CMYK percentages
Cyan17.5%
Magenta58.3%
Yellow0.0%
Key (black)59.6%
Color previews
#552b67 text on a black background
contrast 1.93:1
Card sample
#552b67 text on a white background
contrast 10.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #552b67;
Background color
Panel with #552b67 background
background-color: #552b67;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #552b67;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 43, 103, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 43, 103, 0.45);
Border & gradient
Gradient panel
border: 3px solid #552b67; background: linear-gradient(135deg, #552b67, #672B51);