#08feff
a balanced, electric cyan · cool · “cyan”
RGB
8, 254, 255
HSL
180°, 100%, 52%
CMYK
97, 0, 0, 0
Luminance
0.7816
Every format
| HEX | #08feff |
| RGB | rgb(8, 254, 255) |
| HSL | hsl(180, 100%, 52%) |
| CMYK | cmyk(97%, 0%, 0%, 0%) |
| LAB | lab(90.8 -47.5 -14.5) |
| LCH | lch(90.8 49.7 197.0) |
| OKLCH | oklch(0.903 0.153 195.3) |
Copy-ready code
/* CSS */
color: #08feff;
background-color: #08feff;
/* Tailwind (arbitrary) */
class="text-[#08feff] bg-[#08feff]"
/* SCSS */
$brand: #08feff;
/* SwiftUI */
Color(red: 0.031, green: 0.996, blue: 1.000)
/* Android */
Color.parseColor("#08feff")Accessibility — WCAG contrast
Aa
#08feff on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#08feff on black: 16.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green99.6%
Blue100.0%
CMYK percentages
Cyan96.9%
Magenta0.4%
Yellow0.0%
Key (black)0.0%
Color previews
#08feff text on a black background
contrast 16.63:1
Card sample
#08feff text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08feff;
Background color
Panel with #08feff background
background-color: #08feff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08feff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 254, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 254, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08feff; background: linear-gradient(135deg, #08feff, #085AFF);