#08bafc
a balanced, electric cyan · cool · closest name: skyblue
RGB
8, 186, 252
HSL
196°, 98%, 51%
CMYK
97, 26, 0, 1
Luminance
0.4220
Every format
| HEX | #08bafc |
| RGB | rgb(8, 186, 252) |
| HSL | hsl(196, 98%, 51%) |
| CMYK | cmyk(97%, 26%, 0%, 1%) |
| LAB | lab(71.0 -15.9 -43.3) |
| LCH | lch(71.0 46.1 249.9) |
| OKLCH | oklch(0.743 0.153 233.3) |
Copy-ready code
/* CSS */
color: #08bafc;
background-color: #08bafc;
/* Tailwind (arbitrary) */
class="text-[#08bafc] bg-[#08bafc]"
/* SCSS */
$brand: #08bafc;
/* SwiftUI */
Color(red: 0.031, green: 0.729, blue: 0.988)
/* Android */
Color.parseColor("#08bafc")Accessibility — WCAG contrast
Aa
#08bafc on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#08bafc on black: 9.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green72.9%
Blue98.8%
CMYK percentages
Cyan96.8%
Magenta26.2%
Yellow0.0%
Key (black)1.2%
Color previews
#08bafc text on a black background
contrast 9.44:1
Card sample
#08bafc text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08bafc;
Background color
Panel with #08bafc background
background-color: #08bafc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08bafc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 186, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 186, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08bafc; background: linear-gradient(135deg, #08bafc, #0818FC);