#08bcfc
a balanced, electric cyan · cool · closest name: skyblue
RGB
8, 188, 252
HSL
196°, 98%, 51%
CMYK
97, 25, 0, 1
Luminance
0.4305
Every format
| HEX | #08bcfc |
| RGB | rgb(8, 188, 252) |
| HSL | hsl(196, 98%, 51%) |
| CMYK | cmyk(97%, 25%, 0%, 1%) |
| LAB | lab(71.6 -16.9 -42.4) |
| LCH | lch(71.6 45.7 248.2) |
| OKLCH | oklch(0.747 0.152 232.2) |
Copy-ready code
/* CSS */
color: #08bcfc;
background-color: #08bcfc;
/* Tailwind (arbitrary) */
class="text-[#08bcfc] bg-[#08bcfc]"
/* SCSS */
$brand: #08bcfc;
/* SwiftUI */
Color(red: 0.031, green: 0.737, blue: 0.988)
/* Android */
Color.parseColor("#08bcfc")Accessibility — WCAG contrast
Aa
#08bcfc on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#08bcfc on black: 9.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green73.7%
Blue98.8%
CMYK percentages
Cyan96.8%
Magenta25.4%
Yellow0.0%
Key (black)1.2%
Color previews
#08bcfc text on a black background
contrast 9.61:1
Card sample
#08bcfc text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08bcfc;
Background color
Panel with #08bcfc background
background-color: #08bcfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08bcfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 188, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 188, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08bcfc; background: linear-gradient(135deg, #08bcfc, #081AFC);