#08abfb
a balanced, electric cyan · cool · closest name: steelblue
RGB
8, 171, 251
HSL
200°, 97%, 51%
CMYK
97, 32, 0, 2
Luminance
0.3614
Every format
| HEX | #08abfb |
| RGB | rgb(8, 171, 251) |
| HSL | hsl(200, 97%, 51%) |
| CMYK | cmyk(97%, 32%, 0%, 2%) |
| LAB | lab(66.6 -8.1 -49.7) |
| LCH | lch(66.6 50.3 260.8) |
| OKLCH | oklch(0.708 0.162 240.5) |
Copy-ready code
/* CSS */
color: #08abfb;
background-color: #08abfb;
/* Tailwind (arbitrary) */
class="text-[#08abfb] bg-[#08abfb]"
/* SCSS */
$brand: #08abfb;
/* SwiftUI */
Color(red: 0.031, green: 0.671, blue: 0.984)
/* Android */
Color.parseColor("#08abfb")Accessibility — WCAG contrast
Aa
#08abfb on white: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#08abfb on black: 8.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green67.1%
Blue98.4%
CMYK percentages
Cyan96.8%
Magenta31.9%
Yellow0.0%
Key (black)1.6%
Color previews
#08abfb text on a black background
contrast 8.23:1
Card sample
#08abfb text on a white background
contrast 2.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08abfb;
Background color
Panel with #08abfb background
background-color: #08abfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08abfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 171, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 171, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08abfb; background: linear-gradient(135deg, #08abfb, #0809FB);