#08b7ba
a dark, electric cyan · cool · closest name: turquoise
RGB
8, 183, 186
HSL
181°, 92%, 38%
CMYK
96, 2, 0, 27
Luminance
0.3746
Every format
| HEX | #08b7ba |
| RGB | rgb(8, 183, 186) |
| HSL | hsl(181, 92%, 38%) |
| CMYK | cmyk(96%, 2%, 0%, 27%) |
| LAB | lab(67.6 -36.3 -12.5) |
| LCH | lch(67.6 38.4 199.0) |
| OKLCH | oklch(0.707 0.119 196.9) |
Copy-ready code
/* CSS */
color: #08b7ba;
background-color: #08b7ba;
/* Tailwind (arbitrary) */
class="text-[#08b7ba] bg-[#08b7ba]"
/* SCSS */
$brand: #08b7ba;
/* SwiftUI */
Color(red: 0.031, green: 0.718, blue: 0.729)
/* Android */
Color.parseColor("#08b7ba")Accessibility — WCAG contrast
Aa
#08b7ba on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#08b7ba on black: 8.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green71.8%
Blue72.9%
CMYK percentages
Cyan95.7%
Magenta1.6%
Yellow0.0%
Key (black)27.1%
Color previews
#08b7ba text on a black background
contrast 8.49:1
Card sample
#08b7ba text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08b7ba;
Background color
Panel with #08b7ba background
background-color: #08b7ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08b7ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 183, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 183, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08b7ba; background: linear-gradient(135deg, #08b7ba, #0840BA);