#08fcff
a balanced, electric cyan · cool · “cyan”
RGB
8, 252, 255
HSL
181°, 100%, 52%
CMYK
97, 1, 0, 0
Luminance
0.7689
Every format
| HEX | #08fcff |
| RGB | rgb(8, 252, 255) |
| HSL | hsl(181, 100%, 52%) |
| CMYK | cmyk(97%, 1%, 0%, 0%) |
| LAB | lab(90.3 -46.6 -15.4) |
| LCH | lch(90.3 49.1 198.3) |
| OKLCH | oklch(0.899 0.152 196.3) |
Copy-ready code
/* CSS */
color: #08fcff;
background-color: #08fcff;
/* Tailwind (arbitrary) */
class="text-[#08fcff] bg-[#08fcff]"
/* SCSS */
$brand: #08fcff;
/* SwiftUI */
Color(red: 0.031, green: 0.988, blue: 1.000)
/* Android */
Color.parseColor("#08fcff")Accessibility — WCAG contrast
Aa
#08fcff on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#08fcff on black: 16.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green98.8%
Blue100.0%
CMYK percentages
Cyan96.9%
Magenta1.2%
Yellow0.0%
Key (black)0.0%
Color previews
#08fcff text on a black background
contrast 16.38:1
Card sample
#08fcff text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08fcff;
Background color
Panel with #08fcff background
background-color: #08fcff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08fcff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 252, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 252, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08fcff; background: linear-gradient(135deg, #08fcff, #0858FF);