#019ade
a dark, electric cyan · cool · closest name: steelblue
RGB
1, 154, 222
HSL
199°, 99%, 44%
CMYK
100, 31, 0, 13
Luminance
0.2839
Every format
| HEX | #019ade |
| RGB | rgb(1, 154, 222) |
| HSL | hsl(199, 99%, 44%) |
| CMYK | cmyk(100%, 31%, 0%, 13%) |
| LAB | lab(60.2 -9.3 -43.8) |
| LCH | lch(60.2 44.8 258.0) |
| OKLCH | oklch(0.652 0.146 238.6) |
Copy-ready code
/* CSS */
color: #019ade;
background-color: #019ade;
/* Tailwind (arbitrary) */
class="text-[#019ade] bg-[#019ade]"
/* SCSS */
$brand: #019ade;
/* SwiftUI */
Color(red: 0.004, green: 0.604, blue: 0.871)
/* Android */
Color.parseColor("#019ade")Accessibility — WCAG contrast
Aa
#019ade on white: 3.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#019ade on black: 6.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.4%
Green60.4%
Blue87.1%
CMYK percentages
Cyan99.5%
Magenta30.6%
Yellow0.0%
Key (black)12.9%
Color previews
#019ade text on a black background
contrast 6.68:1
Card sample
#019ade text on a white background
contrast 3.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #019ade;
Background color
Panel with #019ade background
background-color: #019ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #019ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(1, 154, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(1, 154, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #019ade; background: linear-gradient(135deg, #019ade, #0107DE);