#3eadef
a balanced, electric blue · cool · closest name: steelblue
RGB
62, 173, 239
HSL
202°, 85%, 59%
CMYK
74, 28, 0, 6
Luminance
0.3714
Every format
| HEX | #3eadef |
| RGB | rgb(62, 173, 239) |
| HSL | hsl(202, 85%, 59%) |
| CMYK | cmyk(74%, 28%, 0%, 6%) |
| LAB | lab(67.4 -9.8 -41.9) |
| LCH | lch(67.4 43.0 256.9) |
| OKLCH | oklch(0.714 0.138 239.4) |
Copy-ready code
/* CSS */
color: #3eadef;
background-color: #3eadef;
/* Tailwind (arbitrary) */
class="text-[#3eadef] bg-[#3eadef]"
/* SCSS */
$brand: #3eadef;
/* SwiftUI */
Color(red: 0.243, green: 0.678, blue: 0.937)
/* Android */
Color.parseColor("#3eadef")Accessibility — WCAG contrast
Aa
#3eadef on white: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3eadef on black: 8.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green67.8%
Blue93.7%
CMYK percentages
Cyan74.1%
Magenta27.6%
Yellow0.0%
Key (black)6.3%
Color previews
#3eadef text on a black background
contrast 8.43:1
Card sample
#3eadef text on a white background
contrast 2.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3eadef;
Background color
Panel with #3eadef background
background-color: #3eadef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3eadef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 173, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 173, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3eadef; background: linear-gradient(135deg, #3eadef, #453EEF);