#08ace0
a balanced, electric cyan · cool · closest name: steelblue
RGB
8, 172, 224
HSL
194°, 93%, 46%
CMYK
96, 23, 0, 12
Luminance
0.3494
Every format
| HEX | #08ace0 |
| RGB | rgb(8, 172, 224) |
| HSL | hsl(194, 93%, 46%) |
| CMYK | cmyk(96%, 23%, 0%, 12%) |
| LAB | lab(65.7 -18.3 -36.4) |
| LCH | lch(65.7 40.7 243.3) |
| OKLCH | oklch(0.696 0.136 229.0) |
Copy-ready code
/* CSS */
color: #08ace0;
background-color: #08ace0;
/* Tailwind (arbitrary) */
class="text-[#08ace0] bg-[#08ace0]"
/* SCSS */
$brand: #08ace0;
/* SwiftUI */
Color(red: 0.031, green: 0.675, blue: 0.878)
/* Android */
Color.parseColor("#08ace0")Accessibility — WCAG contrast
Aa
#08ace0 on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#08ace0 on black: 7.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green67.5%
Blue87.8%
CMYK percentages
Cyan96.4%
Magenta23.2%
Yellow0.0%
Key (black)12.2%
Color previews
#08ace0 text on a black background
contrast 7.99:1
Card sample
#08ace0 text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08ace0;
Background color
Panel with #08ace0 background
background-color: #08ace0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08ace0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 172, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 172, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08ace0; background: linear-gradient(135deg, #08ace0, #081CE0);