#08aace
a dark, electric cyan · cool · closest name: skyblue
RGB
8, 170, 206
HSL
191°, 93%, 42%
CMYK
96, 18, 0, 19
Luminance
0.3326
Every format
| HEX | #08aace |
| RGB | rgb(8, 170, 206) |
| HSL | hsl(191, 93%, 42%) |
| CMYK | cmyk(96%, 18%, 0%, 19%) |
| LAB | lab(64.4 -23.5 -28.5) |
| LCH | lch(64.4 36.9 230.5) |
| OKLCH | oklch(0.683 0.124 220.3) |
Copy-ready code
/* CSS */
color: #08aace;
background-color: #08aace;
/* Tailwind (arbitrary) */
class="text-[#08aace] bg-[#08aace]"
/* SCSS */
$brand: #08aace;
/* SwiftUI */
Color(red: 0.031, green: 0.667, blue: 0.808)
/* Android */
Color.parseColor("#08aace")Accessibility — WCAG contrast
Aa
#08aace on white: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#08aace on black: 7.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green66.7%
Blue80.8%
CMYK percentages
Cyan96.1%
Magenta17.5%
Yellow0.0%
Key (black)19.2%
Color previews
#08aace text on a black background
contrast 7.65:1
Card sample
#08aace text on a white background
contrast 2.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08aace;
Background color
Panel with #08aace background
background-color: #08aace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08aace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 170, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 170, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08aace; background: linear-gradient(135deg, #08aace, #0826CE);