#08ade9
a balanced, electric cyan · cool · closest name: steelblue
RGB
8, 173, 233
HSL
196°, 93%, 47%
CMYK
97, 26, 0, 9
Luminance
0.3582
Every format
| HEX | #08ade9 |
| RGB | rgb(8, 173, 233) |
| HSL | hsl(196, 93%, 47%) |
| CMYK | cmyk(97%, 26%, 0%, 9%) |
| LAB | lab(66.4 -15.6 -40.2) |
| LCH | lch(66.4 43.2 248.8) |
| OKLCH | oklch(0.703 0.143 232.6) |
Copy-ready code
/* CSS */
color: #08ade9;
background-color: #08ade9;
/* Tailwind (arbitrary) */
class="text-[#08ade9] bg-[#08ade9]"
/* SCSS */
$brand: #08ade9;
/* SwiftUI */
Color(red: 0.031, green: 0.678, blue: 0.914)
/* Android */
Color.parseColor("#08ade9")Accessibility — WCAG contrast
Aa
#08ade9 on white: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#08ade9 on black: 8.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green67.8%
Blue91.4%
CMYK percentages
Cyan96.6%
Magenta25.8%
Yellow0.0%
Key (black)8.6%
Color previews
#08ade9 text on a black background
contrast 8.16:1
Card sample
#08ade9 text on a white background
contrast 2.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08ade9;
Background color
Panel with #08ade9 background
background-color: #08ade9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08ade9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 173, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 173, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08ade9; background: linear-gradient(135deg, #08ade9, #0817E9);