#08cbff
a balanced, electric cyan · cool · closest name: skyblue
RGB
8, 203, 255
HSL
193°, 100%, 52%
CMYK
97, 20, 0, 0
Luminance
0.4998
Every format
| HEX | #08cbff |
| RGB | rgb(8, 203, 255) |
| HSL | hsl(193, 100%, 52%) |
| CMYK | cmyk(97%, 20%, 0%, 0%) |
| LAB | lab(76.1 -23.7 -37.1) |
| LCH | lch(76.1 44.0 237.4) |
| OKLCH | oklch(0.784 0.148 225.0) |
Copy-ready code
/* CSS */
color: #08cbff;
background-color: #08cbff;
/* Tailwind (arbitrary) */
class="text-[#08cbff] bg-[#08cbff]"
/* SCSS */
$brand: #08cbff;
/* SwiftUI */
Color(red: 0.031, green: 0.796, blue: 1.000)
/* Android */
Color.parseColor("#08cbff")Accessibility — WCAG contrast
Aa
#08cbff on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#08cbff on black: 11.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green79.6%
Blue100.0%
CMYK percentages
Cyan96.9%
Magenta20.4%
Yellow0.0%
Key (black)0.0%
Color previews
#08cbff text on a black background
contrast 11.00:1
Card sample
#08cbff text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08cbff;
Background color
Panel with #08cbff background
background-color: #08cbff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08cbff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 203, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 203, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08cbff; background: linear-gradient(135deg, #08cbff, #0827FF);