#37b793
a balanced, vivid cyan · cool · closest name: turquoise
RGB
55, 183, 147
HSL
163°, 54%, 47%
CMYK
70, 0, 20, 28
Luminance
0.3679
Every format
| HEX | #37b793 |
| RGB | rgb(55, 183, 147) |
| HSL | hsl(163, 54%, 47%) |
| CMYK | cmyk(70%, 0%, 20%, 28%) |
| LAB | lab(67.1 -43.2 8.4) |
| LCH | lch(67.1 44.0 169.1) |
| OKLCH | oklch(0.701 0.123 170.0) |
Copy-ready code
/* CSS */
color: #37b793;
background-color: #37b793;
/* Tailwind (arbitrary) */
class="text-[#37b793] bg-[#37b793]"
/* SCSS */
$brand: #37b793;
/* SwiftUI */
Color(red: 0.216, green: 0.718, blue: 0.576)
/* Android */
Color.parseColor("#37b793")Accessibility — WCAG contrast
Aa
#37b793 on white: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#37b793 on black: 8.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.6%
Green71.8%
Blue57.6%
CMYK percentages
Cyan69.9%
Magenta0.0%
Yellow19.7%
Key (black)28.2%
Color previews
#37b793 text on a black background
contrast 8.36:1
Card sample
#37b793 text on a white background
contrast 2.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #37b793;
Background color
Panel with #37b793 background
background-color: #37b793;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #37b793;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(55, 183, 147, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(55, 183, 147, 0.45);
Border & gradient
Gradient panel
border: 3px solid #37b793; background: linear-gradient(135deg, #37b793, #3786B7);