#08acae
a dark, electric cyan · cool · closest name: teal
RGB
8, 172, 174
HSL
181°, 91%, 36%
CMYK
95, 1, 0, 32
Luminance
0.3261
Every format
| HEX | #08acae |
| RGB | rgb(8, 172, 174) |
| HSL | hsl(181, 91%, 36%) |
| CMYK | cmyk(95%, 1%, 0%, 32%) |
| LAB | lab(63.8 -34.9 -11.5) |
| LCH | lch(63.8 36.7 198.2) |
| OKLCH | oklch(0.675 0.114 196.3) |
Copy-ready code
/* CSS */
color: #08acae;
background-color: #08acae;
/* Tailwind (arbitrary) */
class="text-[#08acae] bg-[#08acae]"
/* SCSS */
$brand: #08acae;
/* SwiftUI */
Color(red: 0.031, green: 0.675, blue: 0.682)
/* Android */
Color.parseColor("#08acae")Accessibility — WCAG contrast
Aa
#08acae on white: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#08acae on black: 7.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green67.5%
Blue68.2%
CMYK percentages
Cyan95.4%
Magenta1.1%
Yellow0.0%
Key (black)31.8%
Color previews
#08acae text on a black background
contrast 7.52:1
Card sample
#08acae text on a white background
contrast 2.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08acae;
Background color
Panel with #08acae background
background-color: #08acae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08acae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 172, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 172, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08acae; background: linear-gradient(135deg, #08acae, #083DAE);