#08dfff
a balanced, electric cyan · cool · closest name: skyblue
RGB
8, 223, 255
HSL
188°, 100%, 52%
CMYK
97, 13, 0, 0
Luminance
0.6005
Every format
| HEX | #08dfff |
| RGB | rgb(8, 223, 255) |
| HSL | hsl(188, 100%, 52%) |
| CMYK | cmyk(97%, 13%, 0%, 0%) |
| LAB | lab(81.9 -33.5 -28.1) |
| LCH | lch(81.9 43.7 220.0) |
| OKLCH | oklch(0.830 0.145 213.0) |
Copy-ready code
/* CSS */
color: #08dfff;
background-color: #08dfff;
/* Tailwind (arbitrary) */
class="text-[#08dfff] bg-[#08dfff]"
/* SCSS */
$brand: #08dfff;
/* SwiftUI */
Color(red: 0.031, green: 0.875, blue: 1.000)
/* Android */
Color.parseColor("#08dfff")Accessibility — WCAG contrast
Aa
#08dfff on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#08dfff on black: 13.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green87.5%
Blue100.0%
CMYK percentages
Cyan96.9%
Magenta12.5%
Yellow0.0%
Key (black)0.0%
Color previews
#08dfff text on a black background
contrast 13.01:1
Card sample
#08dfff text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08dfff;
Background color
Panel with #08dfff background
background-color: #08dfff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08dfff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 223, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 223, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08dfff; background: linear-gradient(135deg, #08dfff, #083AFF);