#08abfe
a balanced, electric blue · cool · closest name: dodgerblue
RGB
8, 171, 254
HSL
200°, 99%, 51%
CMYK
97, 33, 0, 0
Luminance
0.3633
Every format
| HEX | #08abfe |
| RGB | rgb(8, 171, 254) |
| HSL | hsl(200, 99%, 51%) |
| CMYK | cmyk(97%, 33%, 0%, 0%) |
| LAB | lab(66.8 -7.0 -51.1) |
| LCH | lch(66.8 51.5 262.2) |
| OKLCH | oklch(0.709 0.166 241.5) |
Copy-ready code
/* CSS */
color: #08abfe;
background-color: #08abfe;
/* Tailwind (arbitrary) */
class="text-[#08abfe] bg-[#08abfe]"
/* SCSS */
$brand: #08abfe;
/* SwiftUI */
Color(red: 0.031, green: 0.671, blue: 0.996)
/* Android */
Color.parseColor("#08abfe")Accessibility — WCAG contrast
Aa
#08abfe on white: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#08abfe on black: 8.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green67.1%
Blue99.6%
CMYK percentages
Cyan96.9%
Magenta32.7%
Yellow0.0%
Key (black)0.4%
Color previews
#08abfe text on a black background
contrast 8.27:1
Card sample
#08abfe text on a white background
contrast 2.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08abfe;
Background color
Panel with #08abfe background
background-color: #08abfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08abfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 171, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 171, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08abfe; background: linear-gradient(135deg, #08abfe, #0908FE);