#5959ac
a balanced, soft blue · warm · closest name: slateblue
RGB
89, 89, 172
HSL
240°, 33%, 51%
CMYK
48, 48, 0, 33
Luminance
0.1225
Every format
| HEX | #5959ac |
| RGB | rgb(89, 89, 172) |
| HSL | hsl(240, 33%, 51%) |
| CMYK | cmyk(48%, 48%, 0%, 33%) |
| LAB | lab(41.6 22.7 -44.6) |
| LCH | lch(41.6 50.1 297.0) |
| OKLCH | oklch(0.505 0.129 280.7) |
Copy-ready code
/* CSS */
color: #5959ac;
background-color: #5959ac;
/* Tailwind (arbitrary) */
class="text-[#5959ac] bg-[#5959ac]"
/* SCSS */
$brand: #5959ac;
/* SwiftUI */
Color(red: 0.349, green: 0.349, blue: 0.675)
/* Android */
Color.parseColor("#5959ac")Accessibility — WCAG contrast
Aa
#5959ac on white: 6.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5959ac on black: 3.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green34.9%
Blue67.5%
CMYK percentages
Cyan48.3%
Magenta48.3%
Yellow0.0%
Key (black)32.5%
Color previews
#5959ac text on a black background
contrast 3.45:1
Card sample
#5959ac text on a white background
contrast 6.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5959ac;
Background color
Panel with #5959ac background
background-color: #5959ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5959ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 89, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 89, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5959ac; background: linear-gradient(135deg, #5959ac, #9059AC);