#37eccf
a balanced, electric cyan · cool · closest name: turquoise
RGB
55, 236, 207
HSL
170°, 83%, 57%
CMYK
77, 0, 12, 8
Luminance
0.6531
Every format
| HEX | #37eccf |
| RGB | rgb(55, 236, 207) |
| HSL | hsl(170, 83%, 57%) |
| CMYK | cmyk(77%, 0%, 12%, 8%) |
| LAB | lab(84.6 -50.5 1.4) |
| LCH | lch(84.6 50.5 178.4) |
| OKLCH | oklch(0.849 0.145 178.8) |
Copy-ready code
/* CSS */
color: #37eccf;
background-color: #37eccf;
/* Tailwind (arbitrary) */
class="text-[#37eccf] bg-[#37eccf]"
/* SCSS */
$brand: #37eccf;
/* SwiftUI */
Color(red: 0.216, green: 0.925, blue: 0.812)
/* Android */
Color.parseColor("#37eccf")Accessibility — WCAG contrast
Aa
#37eccf on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#37eccf on black: 14.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.6%
Green92.5%
Blue81.2%
CMYK percentages
Cyan76.7%
Magenta0.0%
Yellow12.3%
Key (black)7.5%
Color previews
#37eccf text on a black background
contrast 14.06:1
Card sample
#37eccf text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #37eccf;
Background color
Panel with #37eccf background
background-color: #37eccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #37eccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(55, 236, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(55, 236, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #37eccf; background: linear-gradient(135deg, #37eccf, #3790EC);