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