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