#58affc
a light, electric blue · cool · closest name: steelblue
RGB
88, 175, 252
HSL
208°, 97%, 67%
CMYK
65, 31, 0, 1
Luminance
0.3976
Every format
| HEX | #58affc |
| RGB | rgb(88, 175, 252) |
| HSL | hsl(208, 97%, 67%) |
| CMYK | cmyk(65%, 31%, 0%, 1%) |
| LAB | lab(69.3 -2.9 -45.9) |
| LCH | lch(69.3 46.0 266.4) |
| OKLCH | oklch(0.733 0.140 247.7) |
Copy-ready code
/* CSS */
color: #58affc;
background-color: #58affc;
/* Tailwind (arbitrary) */
class="text-[#58affc] bg-[#58affc]"
/* SCSS */
$brand: #58affc;
/* SwiftUI */
Color(red: 0.345, green: 0.686, blue: 0.988)
/* Android */
Color.parseColor("#58affc")Accessibility — WCAG contrast
Aa
#58affc on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#58affc on black: 8.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green68.6%
Blue98.8%
CMYK percentages
Cyan65.1%
Magenta30.6%
Yellow0.0%
Key (black)1.2%
Color previews
#58affc text on a black background
contrast 8.95:1
Card sample
#58affc text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #58affc;
Background color
Panel with #58affc background
background-color: #58affc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #58affc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 175, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 175, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #58affc; background: linear-gradient(135deg, #58affc, #6F58FC);