#08a192
a dark, electric cyan · cool · closest name: teal
RGB
8, 161, 146
HSL
174°, 91%, 33%
CMYK
95, 0, 9, 37
Luminance
0.2762
Every format
| HEX | #08a192 |
| RGB | rgb(8, 161, 146) |
| HSL | hsl(174, 91%, 33%) |
| CMYK | cmyk(95%, 0%, 9%, 37%) |
| LAB | lab(59.5 -38.3 -2.1) |
| LCH | lch(59.5 38.4 183.2) |
| OKLCH | oklch(0.637 0.112 183.3) |
Copy-ready code
/* CSS */
color: #08a192;
background-color: #08a192;
/* Tailwind (arbitrary) */
class="text-[#08a192] bg-[#08a192]"
/* SCSS */
$brand: #08a192;
/* SwiftUI */
Color(red: 0.031, green: 0.631, blue: 0.573)
/* Android */
Color.parseColor("#08a192")Accessibility — WCAG contrast
Aa
#08a192 on white: 3.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#08a192 on black: 6.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green63.1%
Blue57.3%
CMYK percentages
Cyan95.0%
Magenta0.0%
Yellow9.3%
Key (black)36.9%
Color previews
#08a192 text on a black background
contrast 6.52:1
Card sample
#08a192 text on a white background
contrast 3.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08a192;
Background color
Panel with #08a192 background
background-color: #08a192;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08a192;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 161, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 161, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08a192; background: linear-gradient(135deg, #08a192, #084AA1);