#3ab4ff
a balanced, electric blue · cool · closest name: steelblue
RGB
58, 180, 255
HSL
203°, 100%, 61%
CMYK
77, 29, 0, 0
Luminance
0.4076
Every format
| HEX | #3ab4ff |
| RGB | rgb(58, 180, 255) |
| HSL | hsl(203, 100%, 61%) |
| CMYK | cmyk(77%, 29%, 0%, 0%) |
| LAB | lab(70.0 -8.6 -46.5) |
| LCH | lch(70.0 47.3 259.5) |
| OKLCH | oklch(0.737 0.151 240.9) |
Copy-ready code
/* CSS */
color: #3ab4ff;
background-color: #3ab4ff;
/* Tailwind (arbitrary) */
class="text-[#3ab4ff] bg-[#3ab4ff]"
/* SCSS */
$brand: #3ab4ff;
/* SwiftUI */
Color(red: 0.227, green: 0.706, blue: 1.000)
/* Android */
Color.parseColor("#3ab4ff")Accessibility — WCAG contrast
Aa
#3ab4ff on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3ab4ff on black: 9.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green70.6%
Blue100.0%
CMYK percentages
Cyan77.3%
Magenta29.4%
Yellow0.0%
Key (black)0.0%
Color previews
#3ab4ff text on a black background
contrast 9.15:1
Card sample
#3ab4ff text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ab4ff;
Background color
Panel with #3ab4ff background
background-color: #3ab4ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ab4ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 180, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 180, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ab4ff; background: linear-gradient(135deg, #3ab4ff, #433AFF);