#08bcf7
a balanced, electric cyan · cool · closest name: skyblue
RGB
8, 188, 247
HSL
195°, 94%, 50%
CMYK
97, 24, 0, 3
Luminance
0.4273
Every format
| HEX | #08bcf7 |
| RGB | rgb(8, 188, 247) |
| HSL | hsl(195, 94%, 50%) |
| CMYK | cmyk(97%, 24%, 0%, 3%) |
| LAB | lab(71.4 -18.7 -40.1) |
| LCH | lch(71.4 44.2 245.0) |
| OKLCH | oklch(0.745 0.148 230.1) |
Copy-ready code
/* CSS */
color: #08bcf7;
background-color: #08bcf7;
/* Tailwind (arbitrary) */
class="text-[#08bcf7] bg-[#08bcf7]"
/* SCSS */
$brand: #08bcf7;
/* SwiftUI */
Color(red: 0.031, green: 0.737, blue: 0.969)
/* Android */
Color.parseColor("#08bcf7")Accessibility — WCAG contrast
Aa
#08bcf7 on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#08bcf7 on black: 9.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green73.7%
Blue96.9%
CMYK percentages
Cyan96.8%
Magenta23.9%
Yellow0.0%
Key (black)3.1%
Color previews
#08bcf7 text on a black background
contrast 9.55:1
Card sample
#08bcf7 text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08bcf7;
Background color
Panel with #08bcf7 background
background-color: #08bcf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08bcf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 188, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 188, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08bcf7; background: linear-gradient(135deg, #08bcf7, #081DF7);