#08bbfd
a balanced, electric cyan · cool · closest name: skyblue
RGB
8, 187, 253
HSL
196°, 98%, 51%
CMYK
97, 26, 0, 1
Luminance
0.4268
Every format
| HEX | #08bbfd |
| RGB | rgb(8, 187, 253) |
| HSL | hsl(196, 98%, 51%) |
| CMYK | cmyk(97%, 26%, 0%, 1%) |
| LAB | lab(71.3 -16.1 -43.4) |
| LCH | lch(71.3 46.2 249.7) |
| OKLCH | oklch(0.746 0.153 233.2) |
Copy-ready code
/* CSS */
color: #08bbfd;
background-color: #08bbfd;
/* Tailwind (arbitrary) */
class="text-[#08bbfd] bg-[#08bbfd]"
/* SCSS */
$brand: #08bbfd;
/* SwiftUI */
Color(red: 0.031, green: 0.733, blue: 0.992)
/* Android */
Color.parseColor("#08bbfd")Accessibility — WCAG contrast
Aa
#08bbfd on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#08bbfd on black: 9.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green73.3%
Blue99.2%
CMYK percentages
Cyan96.8%
Magenta26.1%
Yellow0.0%
Key (black)0.8%
Color previews
#08bbfd text on a black background
contrast 9.54:1
Card sample
#08bbfd text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08bbfd;
Background color
Panel with #08bbfd background
background-color: #08bbfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08bbfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 187, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 187, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08bbfd; background: linear-gradient(135deg, #08bbfd, #0818FD);