#08c2fe
a balanced, electric cyan · cool · closest name: skyblue
RGB
8, 194, 254
HSL
195°, 99%, 51%
CMYK
97, 24, 0, 0
Luminance
0.4579
Every format
| HEX | #08c2fe |
| RGB | rgb(8, 194, 254) |
| HSL | hsl(195, 99%, 51%) |
| CMYK | cmyk(97%, 24%, 0%, 0%) |
| LAB | lab(73.4 -19.4 -40.7) |
| LCH | lch(73.4 45.0 244.5) |
| OKLCH | oklch(0.762 0.150 229.7) |
Copy-ready code
/* CSS */
color: #08c2fe;
background-color: #08c2fe;
/* Tailwind (arbitrary) */
class="text-[#08c2fe] bg-[#08c2fe]"
/* SCSS */
$brand: #08c2fe;
/* SwiftUI */
Color(red: 0.031, green: 0.761, blue: 0.996)
/* Android */
Color.parseColor("#08c2fe")Accessibility — WCAG contrast
Aa
#08c2fe on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#08c2fe on black: 10.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green76.1%
Blue99.6%
CMYK percentages
Cyan96.9%
Magenta23.6%
Yellow0.0%
Key (black)0.4%
Color previews
#08c2fe text on a black background
contrast 10.16:1
Card sample
#08c2fe text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08c2fe;
Background color
Panel with #08c2fe background
background-color: #08c2fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08c2fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 194, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 194, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08c2fe; background: linear-gradient(135deg, #08c2fe, #081EFE);