#019ab2
a dark, electric cyan · cool · closest name: teal
RGB
1, 154, 178
HSL
188°, 99%, 35%
CMYK
99, 14, 0, 30
Luminance
0.2633
Every format
| HEX | #019ab2 |
| RGB | rgb(1, 154, 178) |
| HSL | hsl(188, 99%, 35%) |
| CMYK | cmyk(99%, 14%, 0%, 30%) |
| LAB | lab(58.4 -25.1 -22.1) |
| LCH | lch(58.4 33.4 221.3) |
| OKLCH | oklch(0.631 0.111 213.9) |
Copy-ready code
/* CSS */
color: #019ab2;
background-color: #019ab2;
/* Tailwind (arbitrary) */
class="text-[#019ab2] bg-[#019ab2]"
/* SCSS */
$brand: #019ab2;
/* SwiftUI */
Color(red: 0.004, green: 0.604, blue: 0.698)
/* Android */
Color.parseColor("#019ab2")Accessibility — WCAG contrast
Aa
#019ab2 on white: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#019ab2 on black: 6.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.4%
Green60.4%
Blue69.8%
CMYK percentages
Cyan99.4%
Magenta13.5%
Yellow0.0%
Key (black)30.2%
Color previews
#019ab2 text on a black background
contrast 6.27:1
Card sample
#019ab2 text on a white background
contrast 3.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #019ab2;
Background color
Panel with #019ab2 background
background-color: #019ab2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #019ab2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(1, 154, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(1, 154, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #019ab2; background: linear-gradient(135deg, #019ab2, #0124B2);