#009baf
a dark, electric cyan · cool · closest name: teal
RGB
0, 155, 175
HSL
187°, 100%, 34%
CMYK
100, 11, 0, 31
Luminance
0.2654
Every format
| HEX | #009baf |
| RGB | rgb(0, 155, 175) |
| HSL | hsl(187, 100%, 34%) |
| CMYK | cmyk(100%, 11%, 0%, 31%) |
| LAB | lab(58.5 -26.6 -20.1) |
| LCH | lch(58.5 33.3 217.0) |
| OKLCH | oklch(0.632 0.110 210.8) |
Copy-ready code
/* CSS */
color: #009baf;
background-color: #009baf;
/* Tailwind (arbitrary) */
class="text-[#009baf] bg-[#009baf]"
/* SCSS */
$brand: #009baf;
/* SwiftUI */
Color(red: 0.000, green: 0.608, blue: 0.686)
/* Android */
Color.parseColor("#009baf")Accessibility — WCAG contrast
Aa
#009baf on white: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#009baf on black: 6.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green60.8%
Blue68.6%
CMYK percentages
Cyan100.0%
Magenta11.4%
Yellow0.0%
Key (black)31.4%
Color previews
#009baf text on a black background
contrast 6.31:1
Card sample
#009baf text on a white background
contrast 3.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #009baf;
Background color
Panel with #009baf background
background-color: #009baf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #009baf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 155, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 155, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #009baf; background: linear-gradient(135deg, #009baf, #0026AF);