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