#08acda
a dark, electric cyan · cool · closest name: skyblue
RGB
8, 172, 218
HSL
193°, 93%, 44%
CMYK
96, 21, 0, 15
Luminance
0.3462
Every format
| HEX | #08acda |
| RGB | rgb(8, 172, 218) |
| HSL | hsl(193, 93%, 44%) |
| CMYK | cmyk(96%, 21%, 0%, 15%) |
| LAB | lab(65.5 -20.4 -33.5) |
| LCH | lch(65.5 39.2 238.7) |
| OKLCH | oklch(0.694 0.131 225.8) |
Copy-ready code
/* CSS */
color: #08acda;
background-color: #08acda;
/* Tailwind (arbitrary) */
class="text-[#08acda] bg-[#08acda]"
/* SCSS */
$brand: #08acda;
/* SwiftUI */
Color(red: 0.031, green: 0.675, blue: 0.855)
/* Android */
Color.parseColor("#08acda")Accessibility — WCAG contrast
Aa
#08acda on white: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#08acda on black: 7.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green67.5%
Blue85.5%
CMYK percentages
Cyan96.3%
Magenta21.1%
Yellow0.0%
Key (black)14.5%
Color previews
#08acda text on a black background
contrast 7.92:1
Card sample
#08acda text on a white background
contrast 2.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08acda;
Background color
Panel with #08acda background
background-color: #08acda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08acda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 172, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 172, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08acda; background: linear-gradient(135deg, #08acda, #0820DA);