#08c0fd
a balanced, electric cyan · cool · closest name: skyblue
RGB
8, 192, 253
HSL
195°, 98%, 51%
CMYK
97, 24, 0, 1
Luminance
0.4484
Every format
| HEX | #08c0fd |
| RGB | rgb(8, 192, 253) |
| HSL | hsl(195, 98%, 51%) |
| CMYK | cmyk(97%, 24%, 0%, 1%) |
| LAB | lab(72.8 -18.7 -41.1) |
| LCH | lch(72.8 45.1 245.5) |
| OKLCH | oklch(0.757 0.151 230.4) |
Copy-ready code
/* CSS */
color: #08c0fd;
background-color: #08c0fd;
/* Tailwind (arbitrary) */
class="text-[#08c0fd] bg-[#08c0fd]"
/* SCSS */
$brand: #08c0fd;
/* SwiftUI */
Color(red: 0.031, green: 0.753, blue: 0.992)
/* Android */
Color.parseColor("#08c0fd")Accessibility — WCAG contrast
Aa
#08c0fd on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#08c0fd on black: 9.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green75.3%
Blue99.2%
CMYK percentages
Cyan96.8%
Magenta24.1%
Yellow0.0%
Key (black)0.8%
Color previews
#08c0fd text on a black background
contrast 9.97:1
Card sample
#08c0fd text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08c0fd;
Background color
Panel with #08c0fd background
background-color: #08c0fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08c0fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 192, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 192, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08c0fd; background: linear-gradient(135deg, #08c0fd, #081DFD);