#3eabeb
a balanced, electric blue · cool · closest name: steelblue
RGB
62, 171, 235
HSL
202°, 81%, 58%
CMYK
74, 27, 0, 8
Luminance
0.3615
Every format
| HEX | #3eabeb |
| RGB | rgb(62, 171, 235) |
| HSL | hsl(202, 81%, 58%) |
| CMYK | cmyk(74%, 27%, 0%, 8%) |
| LAB | lab(66.6 -10.0 -40.9) |
| LCH | lch(66.6 42.1 256.2) |
| OKLCH | oklch(0.708 0.135 239.0) |
Copy-ready code
/* CSS */
color: #3eabeb;
background-color: #3eabeb;
/* Tailwind (arbitrary) */
class="text-[#3eabeb] bg-[#3eabeb]"
/* SCSS */
$brand: #3eabeb;
/* SwiftUI */
Color(red: 0.243, green: 0.671, blue: 0.922)
/* Android */
Color.parseColor("#3eabeb")Accessibility — WCAG contrast
Aa
#3eabeb on white: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3eabeb on black: 8.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green67.1%
Blue92.2%
CMYK percentages
Cyan73.6%
Magenta27.2%
Yellow0.0%
Key (black)7.8%
Color previews
#3eabeb text on a black background
contrast 8.23:1
Card sample
#3eabeb text on a white background
contrast 2.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3eabeb;
Background color
Panel with #3eabeb background
background-color: #3eabeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3eabeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 171, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 171, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3eabeb; background: linear-gradient(135deg, #3eabeb, #443EEB);