#596ffd
a light, electric blue · warm · closest name: royalblue
RGB
89, 111, 253
HSL
232°, 98%, 67%
CMYK
65, 56, 0, 1
Luminance
0.2058
Every format
| HEX | #596ffd |
| RGB | rgb(89, 111, 253) |
| HSL | hsl(232, 98%, 67%) |
| CMYK | cmyk(65%, 56%, 0%, 1%) |
| LAB | lab(52.5 35.6 -73.3) |
| LCH | lch(52.5 81.5 295.9) |
| OKLCH | oklch(0.604 0.211 271.9) |
Copy-ready code
/* CSS */
color: #596ffd;
background-color: #596ffd;
/* Tailwind (arbitrary) */
class="text-[#596ffd] bg-[#596ffd]"
/* SCSS */
$brand: #596ffd;
/* SwiftUI */
Color(red: 0.349, green: 0.435, blue: 0.992)
/* Android */
Color.parseColor("#596ffd")Accessibility — WCAG contrast
Aa
#596ffd on white: 4.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#596ffd on black: 5.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green43.5%
Blue99.2%
CMYK percentages
Cyan64.8%
Magenta56.1%
Yellow0.0%
Key (black)0.8%
Color previews
#596ffd text on a black background
contrast 5.12:1
Card sample
#596ffd text on a white background
contrast 4.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #596ffd;
Background color
Panel with #596ffd background
background-color: #596ffd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #596ffd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 111, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 111, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #596ffd; background: linear-gradient(135deg, #596ffd, #B159FD);