#3eecdf
a balanced, electric cyan · cool · closest name: turquoise
RGB
62, 236, 223
HSL
176°, 82%, 58%
CMYK
74, 0, 6, 8
Luminance
0.6634
Every format
| HEX | #3eecdf |
| RGB | rgb(62, 236, 223) |
| HSL | hsl(176, 82%, 58%) |
| CMYK | cmyk(74%, 0%, 6%, 8%) |
| LAB | lab(85.2 -45.5 -6.2) |
| LCH | lch(85.2 45.9 187.8) |
| OKLCH | oklch(0.855 0.137 187.4) |
Copy-ready code
/* CSS */
color: #3eecdf;
background-color: #3eecdf;
/* Tailwind (arbitrary) */
class="text-[#3eecdf] bg-[#3eecdf]"
/* SCSS */
$brand: #3eecdf;
/* SwiftUI */
Color(red: 0.243, green: 0.925, blue: 0.875)
/* Android */
Color.parseColor("#3eecdf")Accessibility — WCAG contrast
Aa
#3eecdf on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3eecdf on black: 14.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green92.5%
Blue87.5%
CMYK percentages
Cyan73.7%
Magenta0.0%
Yellow5.5%
Key (black)7.5%
Color previews
#3eecdf text on a black background
contrast 14.27:1
Card sample
#3eecdf text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3eecdf;
Background color
Panel with #3eecdf background
background-color: #3eecdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3eecdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 236, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 236, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3eecdf; background: linear-gradient(135deg, #3eecdf, #3E85EC);