#009ba2
a dark, electric cyan · cool · closest name: teal
RGB
0, 155, 162
HSL
183°, 100%, 32%
CMYK
100, 4, 0, 37
Luminance
0.2605
Every format
| HEX | #009ba2 |
| RGB | rgb(0, 155, 162) |
| HSL | hsl(183, 100%, 32%) |
| CMYK | cmyk(100%, 4%, 0%, 37%) |
| LAB | lab(58.1 -30.9 -13.4) |
| LCH | lch(58.1 33.7 203.4) |
| OKLCH | oklch(0.627 0.107 200.5) |
Copy-ready code
/* CSS */
color: #009ba2;
background-color: #009ba2;
/* Tailwind (arbitrary) */
class="text-[#009ba2] bg-[#009ba2]"
/* SCSS */
$brand: #009ba2;
/* SwiftUI */
Color(red: 0.000, green: 0.608, blue: 0.635)
/* Android */
Color.parseColor("#009ba2")Accessibility — WCAG contrast
Aa
#009ba2 on white: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#009ba2 on black: 6.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green60.8%
Blue63.5%
CMYK percentages
Cyan100.0%
Magenta4.3%
Yellow0.0%
Key (black)36.5%
Color previews
#009ba2 text on a black background
contrast 6.21:1
Card sample
#009ba2 text on a white background
contrast 3.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #009ba2;
Background color
Panel with #009ba2 background
background-color: #009ba2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #009ba2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 155, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 155, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #009ba2; background: linear-gradient(135deg, #009ba2, #002FA2);