#08adec
a balanced, electric cyan · cool · closest name: steelblue
RGB
8, 173, 236
HSL
197°, 93%, 48%
CMYK
97, 27, 0, 8
Luminance
0.3599
Every format
| HEX | #08adec |
| RGB | rgb(8, 173, 236) |
| HSL | hsl(197, 93%, 48%) |
| CMYK | cmyk(97%, 27%, 0%, 8%) |
| LAB | lab(66.5 -14.6 -41.7) |
| LCH | lch(66.5 44.1 250.7) |
| OKLCH | oklch(0.705 0.146 233.9) |
Copy-ready code
/* CSS */
color: #08adec;
background-color: #08adec;
/* Tailwind (arbitrary) */
class="text-[#08adec] bg-[#08adec]"
/* SCSS */
$brand: #08adec;
/* SwiftUI */
Color(red: 0.031, green: 0.678, blue: 0.925)
/* Android */
Color.parseColor("#08adec")Accessibility — WCAG contrast
Aa
#08adec on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#08adec on black: 8.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green67.8%
Blue92.5%
CMYK percentages
Cyan96.6%
Magenta26.7%
Yellow0.0%
Key (black)7.5%
Color previews
#08adec text on a black background
contrast 8.20:1
Card sample
#08adec text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08adec;
Background color
Panel with #08adec background
background-color: #08adec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08adec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 173, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 173, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08adec; background: linear-gradient(135deg, #08adec, #0815EC);