#08dcff
a balanced, electric cyan · cool · closest name: skyblue
RGB
8, 220, 255
HSL
189°, 100%, 52%
CMYK
97, 14, 0, 0
Luminance
0.5846
Every format
| HEX | #08dcff |
| RGB | rgb(8, 220, 255) |
| HSL | hsl(189, 100%, 52%) |
| CMYK | cmyk(97%, 14%, 0%, 0%) |
| LAB | lab(81.0 -32.0 -29.5) |
| LCH | lch(81.0 43.5 222.6) |
| OKLCH | oklch(0.823 0.145 214.8) |
Copy-ready code
/* CSS */
color: #08dcff;
background-color: #08dcff;
/* Tailwind (arbitrary) */
class="text-[#08dcff] bg-[#08dcff]"
/* SCSS */
$brand: #08dcff;
/* SwiftUI */
Color(red: 0.031, green: 0.863, blue: 1.000)
/* Android */
Color.parseColor("#08dcff")Accessibility — WCAG contrast
Aa
#08dcff on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#08dcff on black: 12.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green86.3%
Blue100.0%
CMYK percentages
Cyan96.9%
Magenta13.7%
Yellow0.0%
Key (black)0.0%
Color previews
#08dcff text on a black background
contrast 12.69:1
Card sample
#08dcff text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08dcff;
Background color
Panel with #08dcff background
background-color: #08dcff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08dcff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 220, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 220, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08dcff; background: linear-gradient(135deg, #08dcff, #0837FF);