#019ace
a dark, electric cyan · cool · closest name: steelblue
RGB
1, 154, 206
HSL
195°, 99%, 41%
CMYK
100, 25, 0, 19
Luminance
0.2757
Every format
| HEX | #019ace |
| RGB | rgb(1, 154, 206) |
| HSL | hsl(195, 99%, 41%) |
| CMYK | cmyk(100%, 25%, 0%, 19%) |
| LAB | lab(59.5 -15.2 -36.0) |
| LCH | lch(59.5 39.1 247.2) |
| OKLCH | oklch(0.644 0.130 231.4) |
Copy-ready code
/* CSS */
color: #019ace;
background-color: #019ace;
/* Tailwind (arbitrary) */
class="text-[#019ace] bg-[#019ace]"
/* SCSS */
$brand: #019ace;
/* SwiftUI */
Color(red: 0.004, green: 0.604, blue: 0.808)
/* Android */
Color.parseColor("#019ace")Accessibility — WCAG contrast
Aa
#019ace on white: 3.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#019ace on black: 6.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.4%
Green60.4%
Blue80.8%
CMYK percentages
Cyan99.5%
Magenta25.2%
Yellow0.0%
Key (black)19.2%
Color previews
#019ace text on a black background
contrast 6.51:1
Card sample
#019ace text on a white background
contrast 3.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #019ace;
Background color
Panel with #019ace background
background-color: #019ace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #019ace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(1, 154, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(1, 154, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #019ace; background: linear-gradient(135deg, #019ace, #0111CE);