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