#3ab7ff
a balanced, electric blue · cool · closest name: steelblue
RGB
58, 183, 255
HSL
202°, 100%, 61%
CMYK
77, 28, 0, 0
Luminance
0.4199
Every format
| HEX | #3ab7ff |
| RGB | rgb(58, 183, 255) |
| HSL | hsl(202, 100%, 61%) |
| CMYK | cmyk(77%, 28%, 0%, 0%) |
| LAB | lab(70.9 -10.2 -45.1) |
| LCH | lch(70.9 46.3 257.2) |
| OKLCH | oklch(0.744 0.149 239.3) |
Copy-ready code
/* CSS */
color: #3ab7ff;
background-color: #3ab7ff;
/* Tailwind (arbitrary) */
class="text-[#3ab7ff] bg-[#3ab7ff]"
/* SCSS */
$brand: #3ab7ff;
/* SwiftUI */
Color(red: 0.227, green: 0.718, blue: 1.000)
/* Android */
Color.parseColor("#3ab7ff")Accessibility — WCAG contrast
Aa
#3ab7ff on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3ab7ff on black: 9.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green71.8%
Blue100.0%
CMYK percentages
Cyan77.3%
Magenta28.2%
Yellow0.0%
Key (black)0.0%
Color previews
#3ab7ff text on a black background
contrast 9.40:1
Card sample
#3ab7ff text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ab7ff;
Background color
Panel with #3ab7ff background
background-color: #3ab7ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ab7ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 183, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 183, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ab7ff; background: linear-gradient(135deg, #3ab7ff, #403AFF);