#59acfd
a light, electric blue · cool · closest name: dodgerblue
RGB
89, 172, 253
HSL
210°, 98%, 67%
CMYK
65, 32, 0, 1
Luminance
0.3872
Every format
| HEX | #59acfd |
| RGB | rgb(89, 172, 253) |
| HSL | hsl(210, 98%, 67%) |
| CMYK | cmyk(65%, 32%, 0%, 1%) |
| LAB | lab(68.5 -0.7 -47.6) |
| LCH | lch(68.5 47.6 269.2) |
| OKLCH | oklch(0.728 0.143 249.9) |
Copy-ready code
/* CSS */
color: #59acfd;
background-color: #59acfd;
/* Tailwind (arbitrary) */
class="text-[#59acfd] bg-[#59acfd]"
/* SCSS */
$brand: #59acfd;
/* SwiftUI */
Color(red: 0.349, green: 0.675, blue: 0.992)
/* Android */
Color.parseColor("#59acfd")Accessibility — WCAG contrast
Aa
#59acfd on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#59acfd on black: 8.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green67.5%
Blue99.2%
CMYK percentages
Cyan64.8%
Magenta32.0%
Yellow0.0%
Key (black)0.8%
Color previews
#59acfd text on a black background
contrast 8.74:1
Card sample
#59acfd text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #59acfd;
Background color
Panel with #59acfd background
background-color: #59acfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #59acfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 172, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 172, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #59acfd; background: linear-gradient(135deg, #59acfd, #7359FD);