#008ba7
a dark, electric cyan · cool · closest name: teal
RGB
0, 139, 167
HSL
190°, 100%, 33%
CMYK
100, 17, 0, 35
Luminance
0.2126
Every format
| HEX | #008ba7 |
| RGB | rgb(0, 139, 167) |
| HSL | hsl(190, 100%, 33%) |
| CMYK | cmyk(100%, 17%, 0%, 35%) |
| LAB | lab(53.2 -21.1 -23.6) |
| LCH | lch(53.2 31.7 228.2) |
| OKLCH | oklch(0.588 0.106 218.7) |
Copy-ready code
/* CSS */
color: #008ba7;
background-color: #008ba7;
/* Tailwind (arbitrary) */
class="text-[#008ba7] bg-[#008ba7]"
/* SCSS */
$brand: #008ba7;
/* SwiftUI */
Color(red: 0.000, green: 0.545, blue: 0.655)
/* Android */
Color.parseColor("#008ba7")Accessibility — WCAG contrast
Aa
#008ba7 on white: 4.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#008ba7 on black: 5.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green54.5%
Blue65.5%
CMYK percentages
Cyan100.0%
Magenta16.8%
Yellow0.0%
Key (black)34.5%
Color previews
#008ba7 text on a black background
contrast 5.25:1
Card sample
#008ba7 text on a white background
contrast 4.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #008ba7;
Background color
Panel with #008ba7 background
background-color: #008ba7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #008ba7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 139, 167, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 139, 167, 0.45);
Border & gradient
Gradient panel
border: 3px solid #008ba7; background: linear-gradient(135deg, #008ba7, #001CA7);