#009cab
a dark, electric cyan · cool · closest name: teal
RGB
0, 156, 171
HSL
185°, 100%, 34%
CMYK
100, 9, 0, 33
Luminance
0.2672
Every format
| HEX | #009cab |
| RGB | rgb(0, 156, 171) |
| HSL | hsl(185, 100%, 34%) |
| CMYK | cmyk(100%, 9%, 0%, 33%) |
| LAB | lab(58.7 -28.5 -17.5) |
| LCH | lch(58.7 33.4 211.6) |
| OKLCH | oklch(0.633 0.108 206.8) |
Copy-ready code
/* CSS */
color: #009cab;
background-color: #009cab;
/* Tailwind (arbitrary) */
class="text-[#009cab] bg-[#009cab]"
/* SCSS */
$brand: #009cab;
/* SwiftUI */
Color(red: 0.000, green: 0.612, blue: 0.671)
/* Android */
Color.parseColor("#009cab")Accessibility — WCAG contrast
Aa
#009cab on white: 3.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#009cab on black: 6.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green61.2%
Blue67.1%
CMYK percentages
Cyan100.0%
Magenta8.8%
Yellow0.0%
Key (black)32.9%
Color previews
#009cab text on a black background
contrast 6.34:1
Card sample
#009cab text on a white background
contrast 3.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #009cab;
Background color
Panel with #009cab background
background-color: #009cab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #009cab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 156, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 156, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #009cab; background: linear-gradient(135deg, #009cab, #002AAB);