#009cd4
a dark, electric cyan · cool · closest name: steelblue
RGB
0, 156, 212
HSL
196°, 100%, 42%
CMYK
100, 26, 0, 17
Luminance
0.2853
Every format
| HEX | #009cd4 |
| RGB | rgb(0, 156, 212) |
| HSL | hsl(196, 100%, 42%) |
| CMYK | cmyk(100%, 26%, 0%, 17%) |
| LAB | lab(60.4 -14.1 -38.0) |
| LCH | lch(60.4 40.6 249.6) |
| OKLCH | oklch(0.652 0.135 233.1) |
Copy-ready code
/* CSS */
color: #009cd4;
background-color: #009cd4;
/* Tailwind (arbitrary) */
class="text-[#009cd4] bg-[#009cd4]"
/* SCSS */
$brand: #009cd4;
/* SwiftUI */
Color(red: 0.000, green: 0.612, blue: 0.831)
/* Android */
Color.parseColor("#009cd4")Accessibility — WCAG contrast
Aa
#009cd4 on white: 3.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#009cd4 on black: 6.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green61.2%
Blue83.1%
CMYK percentages
Cyan100.0%
Magenta26.4%
Yellow0.0%
Key (black)16.9%
Color previews
#009cd4 text on a black background
contrast 6.71:1
Card sample
#009cd4 text on a white background
contrast 3.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #009cd4;
Background color
Panel with #009cd4 background
background-color: #009cd4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #009cd4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 156, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 156, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #009cd4; background: linear-gradient(135deg, #009cd4, #000FD4);