#08ccfd
a balanced, electric cyan · cool · closest name: skyblue
RGB
8, 204, 253
HSL
192°, 98%, 51%
CMYK
97, 19, 0, 1
Luminance
0.5033
Every format
| HEX | #08ccfd |
| RGB | rgb(8, 204, 253) |
| HSL | hsl(192, 98%, 51%) |
| CMYK | cmyk(97%, 19%, 0%, 1%) |
| LAB | lab(76.3 -24.9 -35.7) |
| LCH | lch(76.3 43.5 235.1) |
| OKLCH | oklch(0.785 0.146 223.4) |
Copy-ready code
/* CSS */
color: #08ccfd;
background-color: #08ccfd;
/* Tailwind (arbitrary) */
class="text-[#08ccfd] bg-[#08ccfd]"
/* SCSS */
$brand: #08ccfd;
/* SwiftUI */
Color(red: 0.031, green: 0.800, blue: 0.992)
/* Android */
Color.parseColor("#08ccfd")Accessibility — WCAG contrast
Aa
#08ccfd on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#08ccfd on black: 11.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green80.0%
Blue99.2%
CMYK percentages
Cyan96.8%
Magenta19.4%
Yellow0.0%
Key (black)0.8%
Color previews
#08ccfd text on a black background
contrast 11.07:1
Card sample
#08ccfd text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08ccfd;
Background color
Panel with #08ccfd background
background-color: #08ccfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08ccfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 204, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 204, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08ccfd; background: linear-gradient(135deg, #08ccfd, #0829FD);