#08cbda
a dark, electric cyan · cool · closest name: turquoise
RGB
8, 203, 218
HSL
184°, 93%, 44%
CMYK
96, 7, 0, 15
Luminance
0.4783
Every format
| HEX | #08cbda |
| RGB | rgb(8, 203, 218) |
| HSL | hsl(184, 93%, 44%) |
| CMYK | cmyk(96%, 7%, 0%, 15%) |
| LAB | lab(74.7 -35.7 -19.2) |
| LCH | lch(74.7 40.5 208.3) |
| OKLCH | oklch(0.768 0.130 204.3) |
Copy-ready code
/* CSS */
color: #08cbda;
background-color: #08cbda;
/* Tailwind (arbitrary) */
class="text-[#08cbda] bg-[#08cbda]"
/* SCSS */
$brand: #08cbda;
/* SwiftUI */
Color(red: 0.031, green: 0.796, blue: 0.855)
/* Android */
Color.parseColor("#08cbda")Accessibility — WCAG contrast
Aa
#08cbda on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#08cbda on black: 10.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green79.6%
Blue85.5%
CMYK percentages
Cyan96.3%
Magenta6.9%
Yellow0.0%
Key (black)14.5%
Color previews
#08cbda text on a black background
contrast 10.57:1
Card sample
#08cbda text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08cbda;
Background color
Panel with #08cbda background
background-color: #08cbda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08cbda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 203, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 203, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08cbda; background: linear-gradient(135deg, #08cbda, #083FDA);