#08acfc
a balanced, electric cyan · cool · closest name: steelblue
RGB
8, 172, 252
HSL
200°, 98%, 51%
CMYK
97, 32, 0, 1
Luminance
0.3658
Every format
| HEX | #08acfc |
| RGB | rgb(8, 172, 252) |
| HSL | hsl(200, 98%, 51%) |
| CMYK | cmyk(97%, 32%, 0%, 1%) |
| LAB | lab(67.0 -8.3 -49.7) |
| LCH | lch(67.0 50.4 260.6) |
| OKLCH | oklch(0.711 0.163 240.4) |
Copy-ready code
/* CSS */
color: #08acfc;
background-color: #08acfc;
/* Tailwind (arbitrary) */
class="text-[#08acfc] bg-[#08acfc]"
/* SCSS */
$brand: #08acfc;
/* SwiftUI */
Color(red: 0.031, green: 0.675, blue: 0.988)
/* Android */
Color.parseColor("#08acfc")Accessibility — WCAG contrast
Aa
#08acfc on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#08acfc on black: 8.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green67.5%
Blue98.8%
CMYK percentages
Cyan96.8%
Magenta31.7%
Yellow0.0%
Key (black)1.2%
Color previews
#08acfc text on a black background
contrast 8.32:1
Card sample
#08acfc text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08acfc;
Background color
Panel with #08acfc background
background-color: #08acfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08acfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 172, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 172, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08acfc; background: linear-gradient(135deg, #08acfc, #0809FC);