#08ab9d
a dark, electric cyan · cool · closest name: turquoise
RGB
8, 171, 157
HSL
175°, 91%, 35%
CMYK
95, 0, 8, 33
Luminance
0.3161
Every format
| HEX | #08ab9d |
| RGB | rgb(8, 171, 157) |
| HSL | hsl(175, 91%, 35%) |
| CMYK | cmyk(95%, 0%, 8%, 33%) |
| LAB | lab(63.0 -39.5 -3.2) |
| LCH | lch(63.0 39.7 184.6) |
| OKLCH | oklch(0.667 0.117 184.6) |
Copy-ready code
/* CSS */
color: #08ab9d;
background-color: #08ab9d;
/* Tailwind (arbitrary) */
class="text-[#08ab9d] bg-[#08ab9d]"
/* SCSS */
$brand: #08ab9d;
/* SwiftUI */
Color(red: 0.031, green: 0.671, blue: 0.616)
/* Android */
Color.parseColor("#08ab9d")Accessibility — WCAG contrast
Aa
#08ab9d on white: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#08ab9d on black: 7.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green67.1%
Blue61.6%
CMYK percentages
Cyan95.3%
Magenta0.0%
Yellow8.2%
Key (black)32.9%
Color previews
#08ab9d text on a black background
contrast 7.32:1
Card sample
#08ab9d text on a white background
contrast 2.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08ab9d;
Background color
Panel with #08ab9d background
background-color: #08ab9d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08ab9d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 171, 157, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 171, 157, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08ab9d; background: linear-gradient(135deg, #08ab9d, #084CAB);