#3eb4e2
a balanced, vivid cyan · cool · closest name: skyblue
RGB
62, 180, 226
HSL
197°, 74%, 57%
CMYK
73, 20, 0, 11
Luminance
0.3916
Every format
| HEX | #3eb4e2 |
| RGB | rgb(62, 180, 226) |
| HSL | hsl(197, 74%, 57%) |
| CMYK | cmyk(73%, 20%, 0%, 11%) |
| LAB | lab(68.9 -17.8 -32.5) |
| LCH | lch(68.9 37.1 241.2) |
| OKLCH | oklch(0.724 0.122 228.4) |
Copy-ready code
/* CSS */
color: #3eb4e2;
background-color: #3eb4e2;
/* Tailwind (arbitrary) */
class="text-[#3eb4e2] bg-[#3eb4e2]"
/* SCSS */
$brand: #3eb4e2;
/* SwiftUI */
Color(red: 0.243, green: 0.706, blue: 0.886)
/* Android */
Color.parseColor("#3eb4e2")Accessibility — WCAG contrast
Aa
#3eb4e2 on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3eb4e2 on black: 8.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green70.6%
Blue88.6%
CMYK percentages
Cyan72.6%
Magenta20.4%
Yellow0.0%
Key (black)11.4%
Color previews
#3eb4e2 text on a black background
contrast 8.83:1
Card sample
#3eb4e2 text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3eb4e2;
Background color
Panel with #3eb4e2 background
background-color: #3eb4e2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3eb4e2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 180, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 180, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3eb4e2; background: linear-gradient(135deg, #3eb4e2, #3E47E2);