#554477
a dark, soft violet · warm · closest name: steelblue
RGB
85, 68, 119
HSL
260°, 27%, 37%
CMYK
29, 43, 0, 53
Luminance
0.0740
Every format
| HEX | #554477 |
| RGB | rgb(85, 68, 119) |
| HSL | hsl(260, 27%, 37%) |
| CMYK | cmyk(29%, 43%, 0%, 53%) |
| LAB | lab(32.7 19.2 -26.6) |
| LCH | lch(32.7 32.8 305.8) |
| OKLCH | oklch(0.427 0.084 298.1) |
Copy-ready code
/* CSS */
color: #554477;
background-color: #554477;
/* Tailwind (arbitrary) */
class="text-[#554477] bg-[#554477]"
/* SCSS */
$brand: #554477;
/* SwiftUI */
Color(red: 0.333, green: 0.267, blue: 0.467)
/* Android */
Color.parseColor("#554477")Accessibility — WCAG contrast
Aa
#554477 on white: 8.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#554477 on black: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green26.7%
Blue46.7%
CMYK percentages
Cyan28.6%
Magenta42.9%
Yellow0.0%
Key (black)53.3%
Color previews
#554477 text on a black background
contrast 2.48:1
Card sample
#554477 text on a white background
contrast 8.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #554477;
Background color
Panel with #554477 background
background-color: #554477;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #554477;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 68, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 68, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #554477; background: linear-gradient(135deg, #554477, #774477);