#009acf
a dark, electric cyan · cool · closest name: steelblue
RGB
0, 154, 207
HSL
195°, 100%, 41%
CMYK
100, 26, 0, 19
Luminance
0.2762
Every format
| HEX | #009acf |
| RGB | rgb(0, 154, 207) |
| HSL | hsl(195, 100%, 41%) |
| CMYK | cmyk(100%, 26%, 0%, 19%) |
| LAB | lab(59.5 -14.9 -36.5) |
| LCH | lch(59.5 39.5 247.9) |
| OKLCH | oklch(0.644 0.131 231.9) |
Copy-ready code
/* CSS */
color: #009acf;
background-color: #009acf;
/* Tailwind (arbitrary) */
class="text-[#009acf] bg-[#009acf]"
/* SCSS */
$brand: #009acf;
/* SwiftUI */
Color(red: 0.000, green: 0.604, blue: 0.812)
/* Android */
Color.parseColor("#009acf")Accessibility — WCAG contrast
Aa
#009acf on white: 3.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#009acf on black: 6.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green60.4%
Blue81.2%
CMYK percentages
Cyan100.0%
Magenta25.6%
Yellow0.0%
Key (black)18.8%
Color previews
#009acf text on a black background
contrast 6.52:1
Card sample
#009acf text on a white background
contrast 3.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #009acf;
Background color
Panel with #009acf background
background-color: #009acf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #009acf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 154, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 154, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #009acf; background: linear-gradient(135deg, #009acf, #0010CF);