#37eceb
a balanced, electric cyan · cool · closest name: cyan
RGB
55, 236, 235
HSL
180°, 83%, 57%
CMYK
77, 0, 0, 8
Luminance
0.6680
Every format
| HEX | #37eceb |
| RGB | rgb(55, 236, 235) |
| HSL | hsl(180, 83%, 57%) |
| CMYK | cmyk(77%, 0%, 0%, 8%) |
| LAB | lab(85.4 -42.9 -12.2) |
| LCH | lch(85.4 44.6 195.8) |
| OKLCH | oklch(0.858 0.137 194.3) |
Copy-ready code
/* CSS */
color: #37eceb;
background-color: #37eceb;
/* Tailwind (arbitrary) */
class="text-[#37eceb] bg-[#37eceb]"
/* SCSS */
$brand: #37eceb;
/* SwiftUI */
Color(red: 0.216, green: 0.925, blue: 0.922)
/* Android */
Color.parseColor("#37eceb")Accessibility — WCAG contrast
Aa
#37eceb on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#37eceb on black: 14.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.6%
Green92.5%
Blue92.2%
CMYK percentages
Cyan76.7%
Magenta0.0%
Yellow0.4%
Key (black)7.5%
Color previews
#37eceb text on a black background
contrast 14.36:1
Card sample
#37eceb text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #37eceb;
Background color
Panel with #37eceb background
background-color: #37eceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #37eceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(55, 236, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(55, 236, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #37eceb; background: linear-gradient(135deg, #37eceb, #3774EC);