#3aadeb
a balanced, electric blue · cool · closest name: steelblue
RGB
58, 173, 235
HSL
201°, 82%, 58%
CMYK
75, 26, 0, 8
Luminance
0.3678
Every format
| HEX | #3aadeb |
| RGB | rgb(58, 173, 235) |
| HSL | hsl(201, 82%, 58%) |
| CMYK | cmyk(75%, 26%, 0%, 8%) |
| LAB | lab(67.1 -11.6 -40.1) |
| LCH | lch(67.1 41.8 253.9) |
| OKLCH | oklch(0.711 0.135 237.1) |
Copy-ready code
/* CSS */
color: #3aadeb;
background-color: #3aadeb;
/* Tailwind (arbitrary) */
class="text-[#3aadeb] bg-[#3aadeb]"
/* SCSS */
$brand: #3aadeb;
/* SwiftUI */
Color(red: 0.227, green: 0.678, blue: 0.922)
/* Android */
Color.parseColor("#3aadeb")Accessibility — WCAG contrast
Aa
#3aadeb on white: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3aadeb on black: 8.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green67.8%
Blue92.2%
CMYK percentages
Cyan75.3%
Magenta26.4%
Yellow0.0%
Key (black)7.8%
Color previews
#3aadeb text on a black background
contrast 8.36:1
Card sample
#3aadeb text on a white background
contrast 2.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3aadeb;
Background color
Panel with #3aadeb background
background-color: #3aadeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3aadeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 173, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 173, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3aadeb; background: linear-gradient(135deg, #3aadeb, #3D3AEB);