#08acf9
a balanced, electric cyan · cool · closest name: steelblue
RGB
8, 172, 249
HSL
199°, 95%, 50%
CMYK
97, 31, 0, 2
Luminance
0.3640
Every format
| HEX | #08acf9 |
| RGB | rgb(8, 172, 249) |
| HSL | hsl(199, 95%, 50%) |
| CMYK | cmyk(97%, 31%, 0%, 2%) |
| LAB | lab(66.8 -9.3 -48.3) |
| LCH | lch(66.8 49.2 259.1) |
| OKLCH | oklch(0.709 0.160 239.4) |
Copy-ready code
/* CSS */
color: #08acf9;
background-color: #08acf9;
/* Tailwind (arbitrary) */
class="text-[#08acf9] bg-[#08acf9]"
/* SCSS */
$brand: #08acf9;
/* SwiftUI */
Color(red: 0.031, green: 0.675, blue: 0.976)
/* Android */
Color.parseColor("#08acf9")Accessibility — WCAG contrast
Aa
#08acf9 on white: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#08acf9 on black: 8.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green67.5%
Blue97.6%
CMYK percentages
Cyan96.8%
Magenta30.9%
Yellow0.0%
Key (black)2.4%
Color previews
#08acf9 text on a black background
contrast 8.28:1
Card sample
#08acf9 text on a white background
contrast 2.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08acf9;
Background color
Panel with #08acf9 background
background-color: #08acf9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08acf9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 172, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 172, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08acf9; background: linear-gradient(135deg, #08acf9, #080BF9);