#08edfd
a balanced, electric cyan · cool · closest name: cyan
RGB
8, 237, 253
HSL
184°, 98%, 51%
CMYK
97, 6, 0, 1
Luminance
0.6771
Every format
| HEX | #08edfd |
| RGB | rgb(8, 237, 253) |
| HSL | hsl(184, 98%, 51%) |
| CMYK | cmyk(97%, 6%, 0%, 1%) |
| LAB | lab(85.9 -40.6 -21.0) |
| LCH | lch(85.9 45.7 207.4) |
| OKLCH | oklch(0.863 0.146 203.6) |
Copy-ready code
/* CSS */
color: #08edfd;
background-color: #08edfd;
/* Tailwind (arbitrary) */
class="text-[#08edfd] bg-[#08edfd]"
/* SCSS */
$brand: #08edfd;
/* SwiftUI */
Color(red: 0.031, green: 0.929, blue: 0.992)
/* Android */
Color.parseColor("#08edfd")Accessibility — WCAG contrast
Aa
#08edfd on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#08edfd on black: 14.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green92.9%
Blue99.2%
CMYK percentages
Cyan96.8%
Magenta6.3%
Yellow0.0%
Key (black)0.8%
Color previews
#08edfd text on a black background
contrast 14.54:1
Card sample
#08edfd text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08edfd;
Background color
Panel with #08edfd background
background-color: #08edfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08edfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 237, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 237, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08edfd; background: linear-gradient(135deg, #08edfd, #084AFD);