#6055aa
a balanced, soft blue · warm · closest name: slateblue
RGB
96, 85, 170
HSL
248°, 33%, 50%
CMYK
44, 50, 0, 33
Luminance
0.1189
Every format
| HEX | #6055aa |
| RGB | rgb(96, 85, 170) |
| HSL | hsl(248, 33%, 50%) |
| CMYK | cmyk(44%, 50%, 0%, 33%) |
| LAB | lab(41.0 26.3 -44.3) |
| LCH | lch(41.0 51.5 300.7) |
| OKLCH | oklch(0.502 0.131 286.6) |
Copy-ready code
/* CSS */
color: #6055aa;
background-color: #6055aa;
/* Tailwind (arbitrary) */
class="text-[#6055aa] bg-[#6055aa]"
/* SCSS */
$brand: #6055aa;
/* SwiftUI */
Color(red: 0.376, green: 0.333, blue: 0.667)
/* Android */
Color.parseColor("#6055aa")Accessibility — WCAG contrast
Aa
#6055aa on white: 6.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#6055aa on black: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green33.3%
Blue66.7%
CMYK percentages
Cyan43.5%
Magenta50.0%
Yellow0.0%
Key (black)33.3%
Color previews
#6055aa text on a black background
contrast 3.38:1
Card sample
#6055aa text on a white background
contrast 6.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6055aa;
Background color
Panel with #6055aa background
background-color: #6055aa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6055aa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 85, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 85, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6055aa; background: linear-gradient(135deg, #6055aa, #9955AA);