#019388
a dark, electric cyan · cool · closest name: teal
RGB
1, 147, 136
HSL
176°, 99%, 29%
CMYK
99, 0, 8, 42
Luminance
0.2265
Every format
| HEX | #019388 |
| RGB | rgb(1, 147, 136) |
| HSL | hsl(176, 99%, 29%) |
| CMYK | cmyk(99%, 0%, 8%, 42%) |
| LAB | lab(54.7 -35.3 -3.5) |
| LCH | lch(54.7 35.4 185.7) |
| OKLCH | oklch(0.597 0.105 185.6) |
Copy-ready code
/* CSS */
color: #019388;
background-color: #019388;
/* Tailwind (arbitrary) */
class="text-[#019388] bg-[#019388]"
/* SCSS */
$brand: #019388;
/* SwiftUI */
Color(red: 0.004, green: 0.576, blue: 0.533)
/* Android */
Color.parseColor("#019388")Accessibility — WCAG contrast
Aa
#019388 on white: 3.80:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#019388 on black: 5.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.4%
Green57.6%
Blue53.3%
CMYK percentages
Cyan99.3%
Magenta0.0%
Yellow7.5%
Key (black)42.4%
Color previews
#019388 text on a black background
contrast 5.53:1
Card sample
#019388 text on a white background
contrast 3.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #019388;
Background color
Panel with #019388 background
background-color: #019388;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #019388;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(1, 147, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(1, 147, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #019388; background: linear-gradient(135deg, #019388, #013D93);