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