#08c3ff
a balanced, electric cyan · cool · closest name: skyblue
RGB
8, 195, 255
HSL
195°, 100%, 52%
CMYK
97, 24, 0, 0
Luminance
0.4630
Every format
| HEX | #08c3ff |
| RGB | rgb(8, 195, 255) |
| HSL | hsl(195, 100%, 52%) |
| CMYK | cmyk(97%, 24%, 0%, 0%) |
| LAB | lab(73.7 -19.6 -40.7) |
| LCH | lch(73.7 45.1 244.3) |
| OKLCH | oklch(0.765 0.151 229.6) |
Copy-ready code
/* CSS */
color: #08c3ff;
background-color: #08c3ff;
/* Tailwind (arbitrary) */
class="text-[#08c3ff] bg-[#08c3ff]"
/* SCSS */
$brand: #08c3ff;
/* SwiftUI */
Color(red: 0.031, green: 0.765, blue: 1.000)
/* Android */
Color.parseColor("#08c3ff")Accessibility — WCAG contrast
Aa
#08c3ff on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#08c3ff on black: 10.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green76.5%
Blue100.0%
CMYK percentages
Cyan96.9%
Magenta23.5%
Yellow0.0%
Key (black)0.0%
Color previews
#08c3ff text on a black background
contrast 10.26:1
Card sample
#08c3ff text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08c3ff;
Background color
Panel with #08c3ff background
background-color: #08c3ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08c3ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 195, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 195, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08c3ff; background: linear-gradient(135deg, #08c3ff, #081EFF);