#3eb9fd
a balanced, electric blue · cool · closest name: steelblue
RGB
62, 185, 253
HSL
201°, 98%, 62%
CMYK
76, 27, 0, 1
Luminance
0.4281
Every format
| HEX | #3eb9fd |
| RGB | rgb(62, 185, 253) |
| HSL | hsl(201, 98%, 62%) |
| CMYK | cmyk(76%, 27%, 0%, 1%) |
| LAB | lab(71.4 -11.6 -43.2) |
| LCH | lch(71.4 44.7 255.0) |
| OKLCH | oklch(0.748 0.144 237.9) |
Copy-ready code
/* CSS */
color: #3eb9fd;
background-color: #3eb9fd;
/* Tailwind (arbitrary) */
class="text-[#3eb9fd] bg-[#3eb9fd]"
/* SCSS */
$brand: #3eb9fd;
/* SwiftUI */
Color(red: 0.243, green: 0.725, blue: 0.992)
/* Android */
Color.parseColor("#3eb9fd")Accessibility — WCAG contrast
Aa
#3eb9fd on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3eb9fd on black: 9.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green72.5%
Blue99.2%
CMYK percentages
Cyan75.5%
Magenta26.9%
Yellow0.0%
Key (black)0.8%
Color previews
#3eb9fd text on a black background
contrast 9.56:1
Card sample
#3eb9fd text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3eb9fd;
Background color
Panel with #3eb9fd background
background-color: #3eb9fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3eb9fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 185, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 185, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3eb9fd; background: linear-gradient(135deg, #3eb9fd, #433EFD);