#037372
a deep, electric cyan · cool · closest name: teal
RGB
3, 115, 114
HSL
180°, 95%, 23%
CMYK
97, 0, 1, 55
Luminance
0.1350
Every format
| HEX | #037372 |
| RGB | rgb(3, 115, 114) |
| HSL | hsl(180, 95%, 23%) |
| CMYK | cmyk(97%, 0%, 1%, 55%) |
| LAB | lab(43.5 -26.9 -7.3) |
| LCH | lch(43.5 27.8 195.1) |
| OKLCH | oklch(0.503 0.085 193.7) |
Copy-ready code
/* CSS */
color: #037372;
background-color: #037372;
/* Tailwind (arbitrary) */
class="text-[#037372] bg-[#037372]"
/* SCSS */
$brand: #037372;
/* SwiftUI */
Color(red: 0.012, green: 0.451, blue: 0.447)
/* Android */
Color.parseColor("#037372")Accessibility — WCAG contrast
Aa
#037372 on white: 5.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#037372 on black: 3.70:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green45.1%
Blue44.7%
CMYK percentages
Cyan97.4%
Magenta0.0%
Yellow0.9%
Key (black)54.9%
Color previews
#037372 text on a black background
contrast 3.70:1
Card sample
#037372 text on a white background
contrast 5.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #037372;
Background color
Panel with #037372 background
background-color: #037372;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #037372;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 115, 114, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 115, 114, 0.45);
Border & gradient
Gradient panel
border: 3px solid #037372; background: linear-gradient(135deg, #037372, #032973);