#3eb1eb
a balanced, electric blue · cool · closest name: steelblue
RGB
62, 177, 235
HSL
200°, 81%, 58%
CMYK
74, 25, 0, 8
Luminance
0.3847
Every format
| HEX | #3eb1eb |
| RGB | rgb(62, 177, 235) |
| HSL | hsl(200, 81%, 58%) |
| CMYK | cmyk(74%, 25%, 0%, 8%) |
| LAB | lab(68.4 -13.3 -38.2) |
| LCH | lch(68.4 40.4 250.8) |
| OKLCH | oklch(0.721 0.131 235.1) |
Copy-ready code
/* CSS */
color: #3eb1eb;
background-color: #3eb1eb;
/* Tailwind (arbitrary) */
class="text-[#3eb1eb] bg-[#3eb1eb]"
/* SCSS */
$brand: #3eb1eb;
/* SwiftUI */
Color(red: 0.243, green: 0.694, blue: 0.922)
/* Android */
Color.parseColor("#3eb1eb")Accessibility — WCAG contrast
Aa
#3eb1eb on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3eb1eb on black: 8.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green69.4%
Blue92.2%
CMYK percentages
Cyan73.6%
Magenta24.7%
Yellow0.0%
Key (black)7.8%
Color previews
#3eb1eb text on a black background
contrast 8.69:1
Card sample
#3eb1eb text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3eb1eb;
Background color
Panel with #3eb1eb background
background-color: #3eb1eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3eb1eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 177, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 177, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3eb1eb; background: linear-gradient(135deg, #3eb1eb, #3E3EEB);