#554466
a dark, soft violet · warm · closest name: darkslategray
RGB
85, 68, 102
HSL
270°, 20%, 33%
CMYK
17, 33, 0, 60
Luminance
0.0702
Every format
| HEX | #554466 |
| RGB | rgb(85, 68, 102) |
| HSL | hsl(270, 20%, 33%) |
| CMYK | cmyk(17%, 33%, 0%, 60%) |
| LAB | lab(31.9 14.7 -17.2) |
| LCH | lch(31.9 22.6 310.6) |
| OKLCH | oklch(0.418 0.059 306.9) |
Copy-ready code
/* CSS */
color: #554466;
background-color: #554466;
/* Tailwind (arbitrary) */
class="text-[#554466] bg-[#554466]"
/* SCSS */
$brand: #554466;
/* SwiftUI */
Color(red: 0.333, green: 0.267, blue: 0.400)
/* Android */
Color.parseColor("#554466")Accessibility — WCAG contrast
Aa
#554466 on white: 8.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#554466 on black: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green26.7%
Blue40.0%
CMYK percentages
Cyan16.7%
Magenta33.3%
Yellow0.0%
Key (black)60.0%
Color previews
#554466 text on a black background
contrast 2.40:1
Card sample
#554466 text on a white background
contrast 8.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #554466;
Background color
Panel with #554466 background
background-color: #554466;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #554466;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 68, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 68, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #554466; background: linear-gradient(135deg, #554466, #664460);