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