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