#3ec6cf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
62, 198, 207
HSL
184°, 60%, 53%
CMYK
70, 4, 0, 19
Luminance
0.4592
Every format
| HEX | #3ec6cf |
| RGB | rgb(62, 198, 207) |
| HSL | hsl(184, 60%, 53%) |
| CMYK | cmyk(70%, 4%, 0%, 19%) |
| LAB | lab(73.5 -32.8 -15.1) |
| LCH | lch(73.5 36.1 204.7) |
| OKLCH | oklch(0.759 0.114 201.5) |
Copy-ready code
/* CSS */
color: #3ec6cf;
background-color: #3ec6cf;
/* Tailwind (arbitrary) */
class="text-[#3ec6cf] bg-[#3ec6cf]"
/* SCSS */
$brand: #3ec6cf;
/* SwiftUI */
Color(red: 0.243, green: 0.776, blue: 0.812)
/* Android */
Color.parseColor("#3ec6cf")Accessibility — WCAG contrast
Aa
#3ec6cf on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3ec6cf on black: 10.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green77.6%
Blue81.2%
CMYK percentages
Cyan70.0%
Magenta4.3%
Yellow0.0%
Key (black)18.8%
Color previews
#3ec6cf text on a black background
contrast 10.18:1
Card sample
#3ec6cf text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ec6cf;
Background color
Panel with #3ec6cf background
background-color: #3ec6cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ec6cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 198, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 198, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ec6cf; background: linear-gradient(135deg, #3ec6cf, #3E65CF);