#3eceee
a balanced, electric cyan · cool · closest name: skyblue
RGB
62, 206, 238
HSL
191°, 84%, 59%
CMYK
74, 13, 0, 7
Luminance
0.5134
Every format
| HEX | #3eceee |
| RGB | rgb(62, 206, 238) |
| HSL | hsl(191, 84%, 59%) |
| CMYK | cmyk(74%, 13%, 0%, 7%) |
| LAB | lab(76.9 -27.3 -26.6) |
| LCH | lch(76.9 38.1 224.3) |
| OKLCH | oklch(0.790 0.126 216.3) |
Copy-ready code
/* CSS */
color: #3eceee;
background-color: #3eceee;
/* Tailwind (arbitrary) */
class="text-[#3eceee] bg-[#3eceee]"
/* SCSS */
$brand: #3eceee;
/* SwiftUI */
Color(red: 0.243, green: 0.808, blue: 0.933)
/* Android */
Color.parseColor("#3eceee")Accessibility — WCAG contrast
Aa
#3eceee on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3eceee on black: 11.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green80.8%
Blue93.3%
CMYK percentages
Cyan73.9%
Magenta13.4%
Yellow0.0%
Key (black)6.7%
Color previews
#3eceee text on a black background
contrast 11.27:1
Card sample
#3eceee text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3eceee;
Background color
Panel with #3eceee background
background-color: #3eceee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3eceee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 206, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 206, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3eceee; background: linear-gradient(135deg, #3eceee, #3E59EE);