#59acf3
a light, electric blue · cool · closest name: steelblue
RGB
89, 172, 243
HSL
208°, 87%, 65%
CMYK
63, 29, 0, 5
Luminance
0.3810
Every format
| HEX | #59acf3 |
| RGB | rgb(89, 172, 243) |
| HSL | hsl(208, 87%, 65%) |
| CMYK | cmyk(63%, 29%, 0%, 5%) |
| LAB | lab(68.1 -3.9 -42.9) |
| LCH | lch(68.1 43.1 264.8) |
| OKLCH | oklch(0.723 0.132 246.7) |
Copy-ready code
/* CSS */
color: #59acf3;
background-color: #59acf3;
/* Tailwind (arbitrary) */
class="text-[#59acf3] bg-[#59acf3]"
/* SCSS */
$brand: #59acf3;
/* SwiftUI */
Color(red: 0.349, green: 0.675, blue: 0.953)
/* Android */
Color.parseColor("#59acf3")Accessibility — WCAG contrast
Aa
#59acf3 on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#59acf3 on black: 8.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green67.5%
Blue95.3%
CMYK percentages
Cyan63.4%
Magenta29.2%
Yellow0.0%
Key (black)4.7%
Color previews
#59acf3 text on a black background
contrast 8.62:1
Card sample
#59acf3 text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #59acf3;
Background color
Panel with #59acf3 background
background-color: #59acf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #59acf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 172, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 172, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #59acf3; background: linear-gradient(135deg, #59acf3, #6D59F3);