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