#3ba2ee
a balanced, electric blue · cool · closest name: steelblue
RGB
59, 162, 238
HSL
206°, 84%, 58%
CMYK
75, 32, 0, 7
Luminance
0.3294
Every format
| HEX | #3ba2ee |
| RGB | rgb(59, 162, 238) |
| HSL | hsl(206, 84%, 58%) |
| CMYK | cmyk(75%, 32%, 0%, 7%) |
| LAB | lab(64.1 -4.3 -46.5) |
| LCH | lch(64.1 46.7 264.7) |
| OKLCH | oklch(0.688 0.146 244.9) |
Copy-ready code
/* CSS */
color: #3ba2ee;
background-color: #3ba2ee;
/* Tailwind (arbitrary) */
class="text-[#3ba2ee] bg-[#3ba2ee]"
/* SCSS */
$brand: #3ba2ee;
/* SwiftUI */
Color(red: 0.231, green: 0.635, blue: 0.933)
/* Android */
Color.parseColor("#3ba2ee")Accessibility — WCAG contrast
Aa
#3ba2ee on white: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3ba2ee on black: 7.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green63.5%
Blue93.3%
CMYK percentages
Cyan75.2%
Magenta31.9%
Yellow0.0%
Key (black)6.7%
Color previews
#3ba2ee text on a black background
contrast 7.59:1
Card sample
#3ba2ee text on a white background
contrast 2.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ba2ee;
Background color
Panel with #3ba2ee background
background-color: #3ba2ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ba2ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 162, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 162, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ba2ee; background: linear-gradient(135deg, #3ba2ee, #4B3BEE);