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