#596ffb
a light, electric blue · warm · closest name: royalblue
RGB
89, 111, 251
HSL
232°, 95%, 67%
CMYK
65, 56, 0, 2
Luminance
0.2046
Every format
| HEX | #596ffb |
| RGB | rgb(89, 111, 251) |
| HSL | hsl(232, 95%, 67%) |
| CMYK | cmyk(65%, 56%, 0%, 2%) |
| LAB | lab(52.4 34.9 -72.4) |
| LCH | lch(52.4 80.4 295.7) |
| OKLCH | oklch(0.603 0.208 271.9) |
Copy-ready code
/* CSS */
color: #596ffb;
background-color: #596ffb;
/* Tailwind (arbitrary) */
class="text-[#596ffb] bg-[#596ffb]"
/* SCSS */
$brand: #596ffb;
/* SwiftUI */
Color(red: 0.349, green: 0.435, blue: 0.984)
/* Android */
Color.parseColor("#596ffb")Accessibility — WCAG contrast
Aa
#596ffb on white: 4.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#596ffb on black: 5.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green43.5%
Blue98.4%
CMYK percentages
Cyan64.5%
Magenta55.8%
Yellow0.0%
Key (black)1.6%
Color previews
#596ffb text on a black background
contrast 5.09:1
Card sample
#596ffb text on a white background
contrast 4.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #596ffb;
Background color
Panel with #596ffb background
background-color: #596ffb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #596ffb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 111, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 111, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #596ffb; background: linear-gradient(135deg, #596ffb, #AF59FB);