#3ebfea
a balanced, electric cyan · cool · closest name: skyblue
RGB
62, 191, 234
HSL
195°, 80%, 58%
CMYK
74, 18, 0, 8
Luminance
0.4423
Every format
| HEX | #3ebfea |
| RGB | rgb(62, 191, 234) |
| HSL | hsl(195, 80%, 58%) |
| CMYK | cmyk(74%, 18%, 0%, 8%) |
| LAB | lab(72.4 -21.0 -31.4) |
| LCH | lch(72.4 37.8 236.3) |
| OKLCH | oklch(0.753 0.125 224.8) |
Copy-ready code
/* CSS */
color: #3ebfea;
background-color: #3ebfea;
/* Tailwind (arbitrary) */
class="text-[#3ebfea] bg-[#3ebfea]"
/* SCSS */
$brand: #3ebfea;
/* SwiftUI */
Color(red: 0.243, green: 0.749, blue: 0.918)
/* Android */
Color.parseColor("#3ebfea")Accessibility — WCAG contrast
Aa
#3ebfea on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3ebfea on black: 9.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green74.9%
Blue91.8%
CMYK percentages
Cyan73.5%
Magenta18.4%
Yellow0.0%
Key (black)8.2%
Color previews
#3ebfea text on a black background
contrast 9.85:1
Card sample
#3ebfea text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ebfea;
Background color
Panel with #3ebfea background
background-color: #3ebfea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ebfea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 191, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 191, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ebfea; background: linear-gradient(135deg, #3ebfea, #3E4CEA);