#08c3da
a dark, electric cyan · cool · closest name: skyblue
RGB
8, 195, 218
HSL
187°, 93%, 44%
CMYK
96, 11, 0, 15
Luminance
0.4414
Every format
| HEX | #08c3da |
| RGB | rgb(8, 195, 218) |
| HSL | hsl(187, 93%, 44%) |
| CMYK | cmyk(96%, 11%, 0%, 15%) |
| LAB | lab(72.3 -31.9 -22.9) |
| LCH | lch(72.3 39.3 215.6) |
| OKLCH | oklch(0.749 0.129 209.8) |
Copy-ready code
/* CSS */
color: #08c3da;
background-color: #08c3da;
/* Tailwind (arbitrary) */
class="text-[#08c3da] bg-[#08c3da]"
/* SCSS */
$brand: #08c3da;
/* SwiftUI */
Color(red: 0.031, green: 0.765, blue: 0.855)
/* Android */
Color.parseColor("#08c3da")Accessibility — WCAG contrast
Aa
#08c3da on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#08c3da on black: 9.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green76.5%
Blue85.5%
CMYK percentages
Cyan96.3%
Magenta10.6%
Yellow0.0%
Key (black)14.5%
Color previews
#08c3da text on a black background
contrast 9.83:1
Card sample
#08c3da text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08c3da;
Background color
Panel with #08c3da background
background-color: #08c3da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08c3da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 195, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 195, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08c3da; background: linear-gradient(135deg, #08c3da, #0837DA);