#596dfd
a light, electric blue · warm · closest name: royalblue
RGB
89, 109, 253
HSL
233°, 98%, 67%
CMYK
65, 57, 0, 1
Luminance
0.2015
Every format
| HEX | #596dfd |
| RGB | rgb(89, 109, 253) |
| HSL | hsl(233, 98%, 67%) |
| CMYK | cmyk(65%, 57%, 0%, 1%) |
| LAB | lab(52.0 36.8 -74.1) |
| LCH | lch(52.0 82.7 296.4) |
| OKLCH | oklch(0.601 0.213 272.3) |
Copy-ready code
/* CSS */
color: #596dfd;
background-color: #596dfd;
/* Tailwind (arbitrary) */
class="text-[#596dfd] bg-[#596dfd]"
/* SCSS */
$brand: #596dfd;
/* SwiftUI */
Color(red: 0.349, green: 0.427, blue: 0.992)
/* Android */
Color.parseColor("#596dfd")Accessibility — WCAG contrast
Aa
#596dfd on white: 4.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#596dfd on black: 5.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green42.7%
Blue99.2%
CMYK percentages
Cyan64.8%
Magenta56.9%
Yellow0.0%
Key (black)0.8%
Color previews
#596dfd text on a black background
contrast 5.03:1
Card sample
#596dfd text on a white background
contrast 4.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #596dfd;
Background color
Panel with #596dfd background
background-color: #596dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #596dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 109, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 109, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #596dfd; background: linear-gradient(135deg, #596dfd, #B259FD);