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