#08baac
a dark, electric cyan · cool · closest name: turquoise
RGB
8, 186, 172
HSL
175°, 92%, 38%
CMYK
96, 0, 8, 27
Luminance
0.3815
Every format
| HEX | #08baac |
| RGB | rgb(8, 186, 172) |
| HSL | hsl(175, 92%, 38%) |
| CMYK | cmyk(96%, 0%, 8%, 27%) |
| LAB | lab(68.1 -41.8 -4.0) |
| LCH | lch(68.1 42.0 185.5) |
| OKLCH | oklch(0.710 0.124 185.3) |
Copy-ready code
/* CSS */
color: #08baac;
background-color: #08baac;
/* Tailwind (arbitrary) */
class="text-[#08baac] bg-[#08baac]"
/* SCSS */
$brand: #08baac;
/* SwiftUI */
Color(red: 0.031, green: 0.729, blue: 0.675)
/* Android */
Color.parseColor("#08baac")Accessibility — WCAG contrast
Aa
#08baac on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#08baac on black: 8.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green72.9%
Blue67.5%
CMYK percentages
Cyan95.7%
Magenta0.0%
Yellow7.5%
Key (black)27.1%
Color previews
#08baac text on a black background
contrast 8.63:1
Card sample
#08baac text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08baac;
Background color
Panel with #08baac background
background-color: #08baac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08baac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 186, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 186, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08baac; background: linear-gradient(135deg, #08baac, #0851BA);