#08cbfc
a balanced, electric cyan · cool · closest name: skyblue
RGB
8, 203, 252
HSL
192°, 98%, 51%
CMYK
97, 19, 0, 1
Luminance
0.4979
Every format
| HEX | #08cbfc |
| RGB | rgb(8, 203, 252) |
| HSL | hsl(192, 98%, 51%) |
| CMYK | cmyk(97%, 19%, 0%, 1%) |
| LAB | lab(75.9 -24.7 -35.6) |
| LCH | lch(75.9 43.4 235.3) |
| OKLCH | oklch(0.782 0.145 223.6) |
Copy-ready code
/* CSS */
color: #08cbfc;
background-color: #08cbfc;
/* Tailwind (arbitrary) */
class="text-[#08cbfc] bg-[#08cbfc]"
/* SCSS */
$brand: #08cbfc;
/* SwiftUI */
Color(red: 0.031, green: 0.796, blue: 0.988)
/* Android */
Color.parseColor("#08cbfc")Accessibility — WCAG contrast
Aa
#08cbfc on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#08cbfc on black: 10.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green79.6%
Blue98.8%
CMYK percentages
Cyan96.8%
Magenta19.4%
Yellow0.0%
Key (black)1.2%
Color previews
#08cbfc text on a black background
contrast 10.96:1
Card sample
#08cbfc text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08cbfc;
Background color
Panel with #08cbfc background
background-color: #08cbfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08cbfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 203, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 203, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08cbfc; background: linear-gradient(135deg, #08cbfc, #0829FC);