#08abea
a balanced, electric cyan · cool · closest name: steelblue
RGB
8, 171, 234
HSL
197°, 93%, 48%
CMYK
97, 27, 0, 8
Luminance
0.3512
Every format
| HEX | #08abea |
| RGB | rgb(8, 171, 234) |
| HSL | hsl(197, 93%, 48%) |
| CMYK | cmyk(97%, 27%, 0%, 8%) |
| LAB | lab(65.8 -14.2 -41.6) |
| LCH | lch(65.8 44.0 251.2) |
| OKLCH | oklch(0.699 0.145 234.2) |
Copy-ready code
/* CSS */
color: #08abea;
background-color: #08abea;
/* Tailwind (arbitrary) */
class="text-[#08abea] bg-[#08abea]"
/* SCSS */
$brand: #08abea;
/* SwiftUI */
Color(red: 0.031, green: 0.671, blue: 0.918)
/* Android */
Color.parseColor("#08abea")Accessibility — WCAG contrast
Aa
#08abea on white: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#08abea on black: 8.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green67.1%
Blue91.8%
CMYK percentages
Cyan96.6%
Magenta26.9%
Yellow0.0%
Key (black)8.2%
Color previews
#08abea text on a black background
contrast 8.02:1
Card sample
#08abea text on a white background
contrast 2.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08abea;
Background color
Panel with #08abea background
background-color: #08abea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08abea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 171, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 171, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08abea; background: linear-gradient(135deg, #08abea, #0814EA);