#08cfb9
a dark, electric cyan · cool · closest name: turquoise
RGB
8, 207, 185
HSL
173°, 93%, 42%
CMYK
96, 0, 11, 19
Luminance
0.4818
Every format
| HEX | #08cfb9 |
| RGB | rgb(8, 207, 185) |
| HSL | hsl(173, 93%, 42%) |
| CMYK | cmyk(96%, 0%, 11%, 19%) |
| LAB | lab(74.9 -47.2 -1.1) |
| LCH | lch(74.9 47.2 181.3) |
| OKLCH | oklch(0.767 0.137 181.5) |
Copy-ready code
/* CSS */
color: #08cfb9;
background-color: #08cfb9;
/* Tailwind (arbitrary) */
class="text-[#08cfb9] bg-[#08cfb9]"
/* SCSS */
$brand: #08cfb9;
/* SwiftUI */
Color(red: 0.031, green: 0.812, blue: 0.725)
/* Android */
Color.parseColor("#08cfb9")Accessibility — WCAG contrast
Aa
#08cfb9 on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#08cfb9 on black: 10.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green81.2%
Blue72.5%
CMYK percentages
Cyan96.1%
Magenta0.0%
Yellow10.6%
Key (black)18.8%
Color previews
#08cfb9 text on a black background
contrast 10.64:1
Card sample
#08cfb9 text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08cfb9;
Background color
Panel with #08cfb9 background
background-color: #08cfb9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08cfb9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 207, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 207, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08cfb9; background: linear-gradient(135deg, #08cfb9, #0860CF);