#08ceba
a dark, electric cyan · cool · closest name: turquoise
RGB
8, 206, 186
HSL
174°, 93%, 42%
CMYK
96, 0, 10, 19
Luminance
0.4774
Every format
| HEX | #08ceba |
| RGB | rgb(8, 206, 186) |
| HSL | hsl(174, 93%, 42%) |
| CMYK | cmyk(96%, 0%, 10%, 19%) |
| LAB | lab(74.7 -46.5 -2.0) |
| LCH | lch(74.7 46.5 182.5) |
| OKLCH | oklch(0.765 0.136 182.6) |
Copy-ready code
/* CSS */
color: #08ceba;
background-color: #08ceba;
/* Tailwind (arbitrary) */
class="text-[#08ceba] bg-[#08ceba]"
/* SCSS */
$brand: #08ceba;
/* SwiftUI */
Color(red: 0.031, green: 0.808, blue: 0.729)
/* Android */
Color.parseColor("#08ceba")Accessibility — WCAG contrast
Aa
#08ceba on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#08ceba on black: 10.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green80.8%
Blue72.9%
CMYK percentages
Cyan96.1%
Magenta0.0%
Yellow9.7%
Key (black)19.2%
Color previews
#08ceba text on a black background
contrast 10.55:1
Card sample
#08ceba text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08ceba;
Background color
Panel with #08ceba background
background-color: #08ceba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08ceba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 206, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 206, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08ceba; background: linear-gradient(135deg, #08ceba, #085ECE);