#08adf4
a balanced, electric cyan · cool · closest name: steelblue
RGB
8, 173, 244
HSL
198°, 94%, 49%
CMYK
97, 29, 0, 4
Luminance
0.3647
Every format
| HEX | #08adf4 |
| RGB | rgb(8, 173, 244) |
| HSL | hsl(198, 94%, 49%) |
| CMYK | cmyk(97%, 29%, 0%, 4%) |
| LAB | lab(66.9 -11.7 -45.5) |
| LCH | lch(66.9 47.0 255.6) |
| OKLCH | oklch(0.709 0.154 237.1) |
Copy-ready code
/* CSS */
color: #08adf4;
background-color: #08adf4;
/* Tailwind (arbitrary) */
class="text-[#08adf4] bg-[#08adf4]"
/* SCSS */
$brand: #08adf4;
/* SwiftUI */
Color(red: 0.031, green: 0.678, blue: 0.957)
/* Android */
Color.parseColor("#08adf4")Accessibility — WCAG contrast
Aa
#08adf4 on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#08adf4 on black: 8.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green67.8%
Blue95.7%
CMYK percentages
Cyan96.7%
Magenta29.1%
Yellow0.0%
Key (black)4.3%
Color previews
#08adf4 text on a black background
contrast 8.29:1
Card sample
#08adf4 text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08adf4;
Background color
Panel with #08adf4 background
background-color: #08adf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08adf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 173, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 173, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08adf4; background: linear-gradient(135deg, #08adf4, #080FF4);