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