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