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