#08b2ba
a dark, electric cyan · cool · closest name: teal
RGB
8, 178, 186
HSL
183°, 92%, 38%
CMYK
96, 4, 0, 27
Luminance
0.3544
Every format
| HEX | #08b2ba |
| RGB | rgb(8, 178, 186) |
| HSL | hsl(183, 92%, 38%) |
| CMYK | cmyk(96%, 4%, 0%, 27%) |
| LAB | lab(66.1 -34.0 -14.8) |
| LCH | lch(66.1 37.0 203.5) |
| OKLCH | oklch(0.695 0.117 200.6) |
Copy-ready code
/* CSS */
color: #08b2ba;
background-color: #08b2ba;
/* Tailwind (arbitrary) */
class="text-[#08b2ba] bg-[#08b2ba]"
/* SCSS */
$brand: #08b2ba;
/* SwiftUI */
Color(red: 0.031, green: 0.698, blue: 0.729)
/* Android */
Color.parseColor("#08b2ba")Accessibility — WCAG contrast
Aa
#08b2ba on white: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#08b2ba on black: 8.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green69.8%
Blue72.9%
CMYK percentages
Cyan95.7%
Magenta4.3%
Yellow0.0%
Key (black)27.1%
Color previews
#08b2ba text on a black background
contrast 8.09:1
Card sample
#08b2ba text on a white background
contrast 2.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08b2ba;
Background color
Panel with #08b2ba background
background-color: #08b2ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08b2ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 178, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 178, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08b2ba; background: linear-gradient(135deg, #08b2ba, #083BBA);