#08abb7
a dark, electric cyan · cool · closest name: teal
RGB
8, 171, 183
HSL
184°, 92%, 38%
CMYK
96, 7, 0, 28
Luminance
0.3260
Every format
| HEX | #08abb7 |
| RGB | rgb(8, 171, 183) |
| HSL | hsl(184, 92%, 38%) |
| CMYK | cmyk(96%, 7%, 0%, 28%) |
| LAB | lab(63.8 -31.6 -16.5) |
| LCH | lch(63.8 35.6 207.6) |
| OKLCH | oklch(0.676 0.114 203.7) |
Copy-ready code
/* CSS */
color: #08abb7;
background-color: #08abb7;
/* Tailwind (arbitrary) */
class="text-[#08abb7] bg-[#08abb7]"
/* SCSS */
$brand: #08abb7;
/* SwiftUI */
Color(red: 0.031, green: 0.671, blue: 0.718)
/* Android */
Color.parseColor("#08abb7")Accessibility — WCAG contrast
Aa
#08abb7 on white: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#08abb7 on black: 7.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green67.1%
Blue71.8%
CMYK percentages
Cyan95.6%
Magenta6.6%
Yellow0.0%
Key (black)28.2%
Color previews
#08abb7 text on a black background
contrast 7.52:1
Card sample
#08abb7 text on a white background
contrast 2.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08abb7;
Background color
Panel with #08abb7 background
background-color: #08abb7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08abb7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 171, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 171, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08abb7; background: linear-gradient(135deg, #08abb7, #0836B7);