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