#3eccef
a balanced, electric cyan · cool · closest name: skyblue
RGB
62, 204, 239
HSL
192°, 85%, 59%
CMYK
74, 15, 0, 6
Luminance
0.5044
Every format
| HEX | #3eccef |
| RGB | rgb(62, 204, 239) |
| HSL | hsl(192, 85%, 59%) |
| CMYK | cmyk(74%, 15%, 0%, 6%) |
| LAB | lab(76.3 -26.0 -28.0) |
| LCH | lch(76.3 38.2 227.2) |
| OKLCH | oklch(0.786 0.126 218.3) |
Copy-ready code
/* CSS */
color: #3eccef;
background-color: #3eccef;
/* Tailwind (arbitrary) */
class="text-[#3eccef] bg-[#3eccef]"
/* SCSS */
$brand: #3eccef;
/* SwiftUI */
Color(red: 0.243, green: 0.800, blue: 0.937)
/* Android */
Color.parseColor("#3eccef")Accessibility — WCAG contrast
Aa
#3eccef on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3eccef on black: 11.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green80.0%
Blue93.7%
CMYK percentages
Cyan74.1%
Magenta14.6%
Yellow0.0%
Key (black)6.3%
Color previews
#3eccef text on a black background
contrast 11.09:1
Card sample
#3eccef text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3eccef;
Background color
Panel with #3eccef background
background-color: #3eccef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3eccef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 204, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 204, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3eccef; background: linear-gradient(135deg, #3eccef, #3E56EF);