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