#017374
a deep, electric cyan · cool · closest name: teal
RGB
1, 115, 116
HSL
181°, 98%, 23%
CMYK
99, 1, 0, 55
Luminance
0.1353
Every format
| HEX | #017374 |
| RGB | rgb(1, 115, 116) |
| HSL | hsl(181, 98%, 23%) |
| CMYK | cmyk(99%, 1%, 0%, 55%) |
| LAB | lab(43.5 -26.3 -8.4) |
| LCH | lch(43.5 27.6 197.7) |
| OKLCH | oklch(0.503 0.086 195.8) |
Copy-ready code
/* CSS */
color: #017374;
background-color: #017374;
/* Tailwind (arbitrary) */
class="text-[#017374] bg-[#017374]"
/* SCSS */
$brand: #017374;
/* SwiftUI */
Color(red: 0.004, green: 0.451, blue: 0.455)
/* Android */
Color.parseColor("#017374")Accessibility — WCAG contrast
Aa
#017374 on white: 5.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#017374 on black: 3.71:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.4%
Green45.1%
Blue45.5%
CMYK percentages
Cyan99.1%
Magenta0.9%
Yellow0.0%
Key (black)54.5%
Color previews
#017374 text on a black background
contrast 3.71:1
Card sample
#017374 text on a white background
contrast 5.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #017374;
Background color
Panel with #017374 background
background-color: #017374;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #017374;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(1, 115, 116, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(1, 115, 116, 0.45);
Border & gradient
Gradient panel
border: 3px solid #017374; background: linear-gradient(135deg, #017374, #012674);