#08d8fd
a balanced, electric cyan · cool · closest name: skyblue
RGB
8, 216, 253
HSL
189°, 98%, 51%
CMYK
97, 15, 0, 1
Luminance
0.5626
Every format
| HEX | #08d8fd |
| RGB | rgb(8, 216, 253) |
| HSL | hsl(189, 98%, 51%) |
| CMYK | cmyk(97%, 15%, 0%, 1%) |
| LAB | lab(79.8 -30.8 -30.3) |
| LCH | lch(79.8 43.2 224.6) |
| OKLCH | oklch(0.813 0.144 216.2) |
Copy-ready code
/* CSS */
color: #08d8fd;
background-color: #08d8fd;
/* Tailwind (arbitrary) */
class="text-[#08d8fd] bg-[#08d8fd]"
/* SCSS */
$brand: #08d8fd;
/* SwiftUI */
Color(red: 0.031, green: 0.847, blue: 0.992)
/* Android */
Color.parseColor("#08d8fd")Accessibility — WCAG contrast
Aa
#08d8fd on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#08d8fd on black: 12.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green84.7%
Blue99.2%
CMYK percentages
Cyan96.8%
Magenta14.6%
Yellow0.0%
Key (black)0.8%
Color previews
#08d8fd text on a black background
contrast 12.25:1
Card sample
#08d8fd text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08d8fd;
Background color
Panel with #08d8fd background
background-color: #08d8fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08d8fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 216, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 216, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08d8fd; background: linear-gradient(135deg, #08d8fd, #0835FD);