#3eaefd
a balanced, electric blue · cool · closest name: steelblue
RGB
62, 174, 253
HSL
205°, 98%, 62%
CMYK
76, 31, 0, 1
Luminance
0.3839
Every format
| HEX | #3eaefd |
| RGB | rgb(62, 174, 253) |
| HSL | hsl(205, 98%, 62%) |
| CMYK | cmyk(76%, 31%, 0%, 1%) |
| LAB | lab(68.3 -5.5 -48.1) |
| LCH | lch(68.3 48.4 263.4) |
| OKLCH | oklch(0.723 0.152 243.9) |
Copy-ready code
/* CSS */
color: #3eaefd;
background-color: #3eaefd;
/* Tailwind (arbitrary) */
class="text-[#3eaefd] bg-[#3eaefd]"
/* SCSS */
$brand: #3eaefd;
/* SwiftUI */
Color(red: 0.243, green: 0.682, blue: 0.992)
/* Android */
Color.parseColor("#3eaefd")Accessibility — WCAG contrast
Aa
#3eaefd on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3eaefd on black: 8.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green68.2%
Blue99.2%
CMYK percentages
Cyan75.5%
Magenta31.2%
Yellow0.0%
Key (black)0.8%
Color previews
#3eaefd text on a black background
contrast 8.68:1
Card sample
#3eaefd text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3eaefd;
Background color
Panel with #3eaefd background
background-color: #3eaefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3eaefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 174, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 174, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3eaefd; background: linear-gradient(135deg, #3eaefd, #4D3EFD);