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