#08abac
a dark, electric cyan · cool · closest name: teal
RGB
8, 171, 172
HSL
180°, 91%, 35%
CMYK
95, 1, 0, 33
Luminance
0.3216
Every format
| HEX | #08abac |
| RGB | rgb(8, 171, 172) |
| HSL | hsl(180, 91%, 35%) |
| CMYK | cmyk(95%, 1%, 0%, 33%) |
| LAB | lab(63.5 -35.0 -10.9) |
| LCH | lch(63.5 36.7 197.3) |
| OKLCH | oklch(0.672 0.114 195.5) |
Copy-ready code
/* CSS */
color: #08abac;
background-color: #08abac;
/* Tailwind (arbitrary) */
class="text-[#08abac] bg-[#08abac]"
/* SCSS */
$brand: #08abac;
/* SwiftUI */
Color(red: 0.031, green: 0.671, blue: 0.675)
/* Android */
Color.parseColor("#08abac")Accessibility — WCAG contrast
Aa
#08abac on white: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#08abac on black: 7.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green67.1%
Blue67.5%
CMYK percentages
Cyan95.3%
Magenta0.6%
Yellow0.0%
Key (black)32.5%
Color previews
#08abac text on a black background
contrast 7.43:1
Card sample
#08abac text on a white background
contrast 2.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08abac;
Background color
Panel with #08abac background
background-color: #08abac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08abac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 171, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 171, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08abac; background: linear-gradient(135deg, #08abac, #083EAC);