#3eccf1
a balanced, electric cyan · cool · closest name: skyblue
RGB
62, 204, 241
HSL
192°, 87%, 59%
CMYK
74, 15, 0, 6
Luminance
0.5056
Every format
| HEX | #3eccf1 |
| RGB | rgb(62, 204, 241) |
| HSL | hsl(192, 87%, 59%) |
| CMYK | cmyk(74%, 15%, 0%, 6%) |
| LAB | lab(76.4 -25.4 -29.0) |
| LCH | lch(76.4 38.5 228.8) |
| OKLCH | oklch(0.786 0.127 219.5) |
Copy-ready code
/* CSS */
color: #3eccf1;
background-color: #3eccf1;
/* Tailwind (arbitrary) */
class="text-[#3eccf1] bg-[#3eccf1]"
/* SCSS */
$brand: #3eccf1;
/* SwiftUI */
Color(red: 0.243, green: 0.800, blue: 0.945)
/* Android */
Color.parseColor("#3eccf1")Accessibility — WCAG contrast
Aa
#3eccf1 on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3eccf1 on black: 11.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green80.0%
Blue94.5%
CMYK percentages
Cyan74.3%
Magenta15.4%
Yellow0.0%
Key (black)5.5%
Color previews
#3eccf1 text on a black background
contrast 11.11:1
Card sample
#3eccf1 text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3eccf1;
Background color
Panel with #3eccf1 background
background-color: #3eccf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3eccf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 204, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 204, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3eccf1; background: linear-gradient(135deg, #3eccf1, #3E55F1);