#588af5
a light, electric blue · cool · closest name: dodgerblue
RGB
88, 138, 245
HSL
221°, 89%, 65%
CMYK
64, 44, 0, 4
Luminance
0.2684
Every format
| HEX | #588af5 |
| RGB | rgb(88, 138, 245) |
| HSL | hsl(221, 89%, 65%) |
| CMYK | cmyk(64%, 44%, 0%, 4%) |
| LAB | lab(58.8 16.3 -58.7) |
| LCH | lch(58.8 60.9 285.6) |
| OKLCH | oklch(0.650 0.169 263.6) |
Copy-ready code
/* CSS */
color: #588af5;
background-color: #588af5;
/* Tailwind (arbitrary) */
class="text-[#588af5] bg-[#588af5]"
/* SCSS */
$brand: #588af5;
/* SwiftUI */
Color(red: 0.345, green: 0.541, blue: 0.961)
/* Android */
Color.parseColor("#588af5")Accessibility — WCAG contrast
Aa
#588af5 on white: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#588af5 on black: 6.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green54.1%
Blue96.1%
CMYK percentages
Cyan64.1%
Magenta43.7%
Yellow0.0%
Key (black)3.9%
Color previews
#588af5 text on a black background
contrast 6.37:1
Card sample
#588af5 text on a white background
contrast 3.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #588af5;
Background color
Panel with #588af5 background
background-color: #588af5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #588af5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 138, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 138, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #588af5; background: linear-gradient(135deg, #588af5, #8F58F5);