#3eb7fc
a balanced, electric blue · cool · closest name: steelblue
RGB
62, 183, 252
HSL
202°, 97%, 62%
CMYK
75, 27, 0, 1
Luminance
0.4192
Every format
| HEX | #3eb7fc |
| RGB | rgb(62, 183, 252) |
| HSL | hsl(202, 97%, 62%) |
| CMYK | cmyk(75%, 27%, 0%, 1%) |
| LAB | lab(70.8 -10.8 -43.6) |
| LCH | lch(70.8 44.9 256.1) |
| OKLCH | oklch(0.743 0.144 238.6) |
Copy-ready code
/* CSS */
color: #3eb7fc;
background-color: #3eb7fc;
/* Tailwind (arbitrary) */
class="text-[#3eb7fc] bg-[#3eb7fc]"
/* SCSS */
$brand: #3eb7fc;
/* SwiftUI */
Color(red: 0.243, green: 0.718, blue: 0.988)
/* Android */
Color.parseColor("#3eb7fc")Accessibility — WCAG contrast
Aa
#3eb7fc on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3eb7fc on black: 9.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green71.8%
Blue98.8%
CMYK percentages
Cyan75.4%
Magenta27.4%
Yellow0.0%
Key (black)1.2%
Color previews
#3eb7fc text on a black background
contrast 9.38:1
Card sample
#3eb7fc text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3eb7fc;
Background color
Panel with #3eb7fc background
background-color: #3eb7fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3eb7fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 183, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 183, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3eb7fc; background: linear-gradient(135deg, #3eb7fc, #443EFC);