#3eccdf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
62, 204, 223
HSL
187°, 72%, 56%
CMYK
72, 9, 0, 13
Luminance
0.4954
Every format
| HEX | #3eccdf |
| RGB | rgb(62, 204, 223) |
| HSL | hsl(187, 72%, 56%) |
| CMYK | cmyk(72%, 9%, 0%, 13%) |
| LAB | lab(75.8 -30.9 -20.3) |
| LCH | lch(75.8 36.9 213.3) |
| OKLCH | oklch(0.779 0.119 208.2) |
Copy-ready code
/* CSS */
color: #3eccdf;
background-color: #3eccdf;
/* Tailwind (arbitrary) */
class="text-[#3eccdf] bg-[#3eccdf]"
/* SCSS */
$brand: #3eccdf;
/* SwiftUI */
Color(red: 0.243, green: 0.800, blue: 0.875)
/* Android */
Color.parseColor("#3eccdf")Accessibility — WCAG contrast
Aa
#3eccdf on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3eccdf on black: 10.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green80.0%
Blue87.5%
CMYK percentages
Cyan72.2%
Magenta8.5%
Yellow0.0%
Key (black)12.5%
Color previews
#3eccdf text on a black background
contrast 10.91:1
Card sample
#3eccdf text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3eccdf;
Background color
Panel with #3eccdf background
background-color: #3eccdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3eccdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 204, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 204, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3eccdf; background: linear-gradient(135deg, #3eccdf, #3E61DF);