#008192
a dark, electric cyan · cool · closest name: teal
RGB
0, 129, 146
HSL
187°, 100%, 29%
CMYK
100, 12, 0, 43
Luminance
0.1778
Every format
| HEX | #008192 |
| RGB | rgb(0, 129, 146) |
| HSL | hsl(187, 100%, 29%) |
| CMYK | cmyk(100%, 12%, 0%, 43%) |
| LAB | lab(49.2 -23.3 -17.6) |
| LCH | lch(49.2 29.2 217.1) |
| OKLCH | oklch(0.553 0.096 210.8) |
Copy-ready code
/* CSS */
color: #008192;
background-color: #008192;
/* Tailwind (arbitrary) */
class="text-[#008192] bg-[#008192]"
/* SCSS */
$brand: #008192;
/* SwiftUI */
Color(red: 0.000, green: 0.506, blue: 0.573)
/* Android */
Color.parseColor("#008192")Accessibility — WCAG contrast
Aa
#008192 on white: 4.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#008192 on black: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green50.6%
Blue57.3%
CMYK percentages
Cyan100.0%
Magenta11.6%
Yellow0.0%
Key (black)42.7%
Color previews
#008192 text on a black background
contrast 4.56:1
Card sample
#008192 text on a white background
contrast 4.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #008192;
Background color
Panel with #008192 background
background-color: #008192;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #008192;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 129, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 129, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #008192; background: linear-gradient(135deg, #008192, #002092);