#08abe4
a balanced, electric cyan · cool · closest name: steelblue
RGB
8, 171, 228
HSL
196°, 93%, 46%
CMYK
97, 25, 0, 11
Luminance
0.3478
Every format
| HEX | #08abe4 |
| RGB | rgb(8, 171, 228) |
| HSL | hsl(196, 93%, 46%) |
| CMYK | cmyk(97%, 25%, 0%, 11%) |
| LAB | lab(65.6 -16.3 -38.8) |
| LCH | lch(65.6 42.1 247.2) |
| OKLCH | oklch(0.696 0.140 231.5) |
Copy-ready code
/* CSS */
color: #08abe4;
background-color: #08abe4;
/* Tailwind (arbitrary) */
class="text-[#08abe4] bg-[#08abe4]"
/* SCSS */
$brand: #08abe4;
/* SwiftUI */
Color(red: 0.031, green: 0.671, blue: 0.894)
/* Android */
Color.parseColor("#08abe4")Accessibility — WCAG contrast
Aa
#08abe4 on white: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#08abe4 on black: 7.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green67.1%
Blue89.4%
CMYK percentages
Cyan96.5%
Magenta25.0%
Yellow0.0%
Key (black)10.6%
Color previews
#08abe4 text on a black background
contrast 7.96:1
Card sample
#08abe4 text on a white background
contrast 2.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08abe4;
Background color
Panel with #08abe4 background
background-color: #08abe4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08abe4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 171, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 171, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08abe4; background: linear-gradient(135deg, #08abe4, #0819E4);