#3eb3ee
a balanced, electric blue · cool · closest name: steelblue
RGB
62, 179, 238
HSL
200°, 84%, 59%
CMYK
74, 25, 0, 7
Luminance
0.3944
Every format
| HEX | #3eb3ee |
| RGB | rgb(62, 179, 238) |
| HSL | hsl(200, 84%, 59%) |
| CMYK | cmyk(74%, 25%, 0%, 7%) |
| LAB | lab(69.1 -13.3 -38.7) |
| LCH | lch(69.1 41.0 251.0) |
| OKLCH | oklch(0.727 0.133 235.2) |
Copy-ready code
/* CSS */
color: #3eb3ee;
background-color: #3eb3ee;
/* Tailwind (arbitrary) */
class="text-[#3eb3ee] bg-[#3eb3ee]"
/* SCSS */
$brand: #3eb3ee;
/* SwiftUI */
Color(red: 0.243, green: 0.702, blue: 0.933)
/* Android */
Color.parseColor("#3eb3ee")Accessibility — WCAG contrast
Aa
#3eb3ee on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3eb3ee on black: 8.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green70.2%
Blue93.3%
CMYK percentages
Cyan73.9%
Magenta24.8%
Yellow0.0%
Key (black)6.7%
Color previews
#3eb3ee text on a black background
contrast 8.89:1
Card sample
#3eb3ee text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3eb3ee;
Background color
Panel with #3eb3ee background
background-color: #3eb3ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3eb3ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 179, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 179, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3eb3ee; background: linear-gradient(135deg, #3eb3ee, #3E3EEE);