#009eb7
a dark, electric cyan · cool · closest name: teal
RGB
0, 158, 183
HSL
188°, 100%, 36%
CMYK
100, 14, 0, 28
Luminance
0.2787
Every format
| HEX | #009eb7 |
| RGB | rgb(0, 158, 183) |
| HSL | hsl(188, 100%, 36%) |
| CMYK | cmyk(100%, 14%, 0%, 28%) |
| LAB | lab(59.8 -25.4 -22.7) |
| LCH | lch(59.8 34.1 221.8) |
| OKLCH | oklch(0.643 0.113 214.2) |
Copy-ready code
/* CSS */
color: #009eb7;
background-color: #009eb7;
/* Tailwind (arbitrary) */
class="text-[#009eb7] bg-[#009eb7]"
/* SCSS */
$brand: #009eb7;
/* SwiftUI */
Color(red: 0.000, green: 0.620, blue: 0.718)
/* Android */
Color.parseColor("#009eb7")Accessibility — WCAG contrast
Aa
#009eb7 on white: 3.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#009eb7 on black: 6.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green62.0%
Blue71.8%
CMYK percentages
Cyan100.0%
Magenta13.7%
Yellow0.0%
Key (black)28.2%
Color previews
#009eb7 text on a black background
contrast 6.57:1
Card sample
#009eb7 text on a white background
contrast 3.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #009eb7;
Background color
Panel with #009eb7 background
background-color: #009eb7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #009eb7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 158, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 158, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #009eb7; background: linear-gradient(135deg, #009eb7, #0024B7);