#3aaeee
a balanced, electric blue · cool · closest name: steelblue
RGB
58, 174, 238
HSL
201°, 84%, 58%
CMYK
76, 27, 0, 7
Luminance
0.3734
Every format
| HEX | #3aaeee |
| RGB | rgb(58, 174, 238) |
| HSL | hsl(201, 84%, 58%) |
| CMYK | cmyk(76%, 27%, 0%, 7%) |
| LAB | lab(67.5 -11.1 -41.1) |
| LCH | lch(67.5 42.6 254.9) |
| OKLCH | oklch(0.715 0.137 237.8) |
Copy-ready code
/* CSS */
color: #3aaeee;
background-color: #3aaeee;
/* Tailwind (arbitrary) */
class="text-[#3aaeee] bg-[#3aaeee]"
/* SCSS */
$brand: #3aaeee;
/* SwiftUI */
Color(red: 0.227, green: 0.682, blue: 0.933)
/* Android */
Color.parseColor("#3aaeee")Accessibility — WCAG contrast
Aa
#3aaeee on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3aaeee on black: 8.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green68.2%
Blue93.3%
CMYK percentages
Cyan75.6%
Magenta26.9%
Yellow0.0%
Key (black)6.7%
Color previews
#3aaeee text on a black background
contrast 8.47:1
Card sample
#3aaeee text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3aaeee;
Background color
Panel with #3aaeee background
background-color: #3aaeee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3aaeee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 174, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 174, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3aaeee; background: linear-gradient(135deg, #3aaeee, #3E3AEE);