#3ecfe2
a balanced, vivid cyan · cool · closest name: skyblue
RGB
62, 207, 226
HSL
187°, 74%, 57%
CMYK
73, 8, 0, 11
Luminance
0.5114
Every format
| HEX | #3ecfe2 |
| RGB | rgb(62, 207, 226) |
| HSL | hsl(187, 74%, 57%) |
| CMYK | cmyk(73%, 8%, 0%, 11%) |
| LAB | lab(76.8 -31.4 -20.4) |
| LCH | lch(76.8 37.5 213.0) |
| OKLCH | oklch(0.787 0.121 207.9) |
Copy-ready code
/* CSS */
color: #3ecfe2;
background-color: #3ecfe2;
/* Tailwind (arbitrary) */
class="text-[#3ecfe2] bg-[#3ecfe2]"
/* SCSS */
$brand: #3ecfe2;
/* SwiftUI */
Color(red: 0.243, green: 0.812, blue: 0.886)
/* Android */
Color.parseColor("#3ecfe2")Accessibility — WCAG contrast
Aa
#3ecfe2 on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3ecfe2 on black: 11.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green81.2%
Blue88.6%
CMYK percentages
Cyan72.6%
Magenta8.4%
Yellow0.0%
Key (black)11.4%
Color previews
#3ecfe2 text on a black background
contrast 11.23:1
Card sample
#3ecfe2 text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ecfe2;
Background color
Panel with #3ecfe2 background
background-color: #3ecfe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ecfe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 207, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 207, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ecfe2; background: linear-gradient(135deg, #3ecfe2, #3E62E2);