#37eeaf
a balanced, electric green · cool · closest name: aquamarine
RGB
55, 238, 175
HSL
159°, 84%, 58%
CMYK
77, 0, 27, 7
Luminance
0.6506
Every format
| HEX | #37eeaf |
| RGB | rgb(55, 238, 175) |
| HSL | hsl(159, 84%, 58%) |
| CMYK | cmyk(77%, 0%, 27%, 7%) |
| LAB | lab(84.5 -58.9 18.0) |
| LCH | lch(84.5 61.6 163.0) |
| OKLCH | oklch(0.846 0.168 164.2) |
Copy-ready code
/* CSS */
color: #37eeaf;
background-color: #37eeaf;
/* Tailwind (arbitrary) */
class="text-[#37eeaf] bg-[#37eeaf]"
/* SCSS */
$brand: #37eeaf;
/* SwiftUI */
Color(red: 0.216, green: 0.933, blue: 0.686)
/* Android */
Color.parseColor("#37eeaf")Accessibility — WCAG contrast
Aa
#37eeaf on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#37eeaf on black: 14.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.6%
Green93.3%
Blue68.6%
CMYK percentages
Cyan76.9%
Magenta0.0%
Yellow26.5%
Key (black)6.7%
Color previews
#37eeaf text on a black background
contrast 14.01:1
Card sample
#37eeaf text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #37eeaf;
Background color
Panel with #37eeaf background
background-color: #37eeaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #37eeaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(55, 238, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(55, 238, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #37eeaf; background: linear-gradient(135deg, #37eeaf, #37B3EE);