#3eccba
a balanced, vivid cyan · cool · closest name: turquoise
RGB
62, 204, 186
HSL
172°, 58%, 52%
CMYK
70, 0, 9, 20
Luminance
0.4776
Every format
| HEX | #3eccba |
| RGB | rgb(62, 204, 186) |
| HSL | hsl(172, 58%, 52%) |
| CMYK | cmyk(70%, 0%, 9%, 20%) |
| LAB | lab(74.7 -41.4 -1.9) |
| LCH | lch(74.7 41.4 182.7) |
| OKLCH | oklch(0.766 0.121 182.8) |
Copy-ready code
/* CSS */
color: #3eccba;
background-color: #3eccba;
/* Tailwind (arbitrary) */
class="text-[#3eccba] bg-[#3eccba]"
/* SCSS */
$brand: #3eccba;
/* SwiftUI */
Color(red: 0.243, green: 0.800, blue: 0.729)
/* Android */
Color.parseColor("#3eccba")Accessibility — WCAG contrast
Aa
#3eccba on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3eccba on black: 10.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green80.0%
Blue72.9%
CMYK percentages
Cyan69.6%
Magenta0.0%
Yellow8.8%
Key (black)20.0%
Color previews
#3eccba text on a black background
contrast 10.55:1
Card sample
#3eccba text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3eccba;
Background color
Panel with #3eccba background
background-color: #3eccba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3eccba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 204, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 204, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3eccba; background: linear-gradient(135deg, #3eccba, #3E7FCC);