#08cef6
a balanced, electric cyan · cool · closest name: skyblue
RGB
8, 206, 246
HSL
190°, 94%, 50%
CMYK
97, 16, 0, 4
Luminance
0.5085
Every format
| HEX | #08cef6 |
| RGB | rgb(8, 206, 246) |
| HSL | hsl(190, 94%, 50%) |
| CMYK | cmyk(97%, 16%, 0%, 4%) |
| LAB | lab(76.6 -28.2 -31.4) |
| LCH | lch(76.6 42.2 228.2) |
| OKLCH | oklch(0.787 0.141 218.7) |
Copy-ready code
/* CSS */
color: #08cef6;
background-color: #08cef6;
/* Tailwind (arbitrary) */
class="text-[#08cef6] bg-[#08cef6]"
/* SCSS */
$brand: #08cef6;
/* SwiftUI */
Color(red: 0.031, green: 0.808, blue: 0.965)
/* Android */
Color.parseColor("#08cef6")Accessibility — WCAG contrast
Aa
#08cef6 on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#08cef6 on black: 11.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green80.8%
Blue96.5%
CMYK percentages
Cyan96.7%
Magenta16.3%
Yellow0.0%
Key (black)3.5%
Color previews
#08cef6 text on a black background
contrast 11.17:1
Card sample
#08cef6 text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08cef6;
Background color
Panel with #08cef6 background
background-color: #08cef6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08cef6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 206, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 206, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08cef6; background: linear-gradient(135deg, #08cef6, #082FF6);