#5a5af6
a light, electric blue · warm · closest name: slateblue
RGB
90, 90, 246
HSL
240°, 90%, 66%
CMYK
63, 63, 0, 4
Luminance
0.1614
Every format
| HEX | #5a5af6 |
| RGB | rgb(90, 90, 246) |
| HSL | hsl(240, 90%, 66%) |
| CMYK | cmyk(63%, 63%, 0%, 4%) |
| LAB | lab(47.1 46.0 -78.1) |
| LCH | lch(47.1 90.7 300.5) |
| OKLCH | oklch(0.563 0.227 276.3) |
Copy-ready code
/* CSS */
color: #5a5af6;
background-color: #5a5af6;
/* Tailwind (arbitrary) */
class="text-[#5a5af6] bg-[#5a5af6]"
/* SCSS */
$brand: #5a5af6;
/* SwiftUI */
Color(red: 0.353, green: 0.353, blue: 0.965)
/* Android */
Color.parseColor("#5a5af6")Accessibility — WCAG contrast
Aa
#5a5af6 on white: 4.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5a5af6 on black: 4.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.3%
Green35.3%
Blue96.5%
CMYK percentages
Cyan63.4%
Magenta63.4%
Yellow0.0%
Key (black)3.5%
Color previews
#5a5af6 text on a black background
contrast 4.23:1
Card sample
#5a5af6 text on a white background
contrast 4.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5a5af6;
Background color
Panel with #5a5af6 background
background-color: #5a5af6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5a5af6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(90, 90, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(90, 90, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5a5af6; background: linear-gradient(135deg, #5a5af6, #C25AF6);