#08fcf7
a balanced, electric cyan · cool · closest name: cyan
RGB
8, 252, 247
HSL
179°, 98%, 51%
CMYK
97, 0, 2, 1
Luminance
0.7639
Every format
| HEX | #08fcf7 |
| RGB | rgb(8, 252, 247) |
| HSL | hsl(179, 98%, 51%) |
| CMYK | cmyk(97%, 0%, 2%, 1%) |
| LAB | lab(90.0 -48.9 -11.6) |
| LCH | lch(90.0 50.3 193.3) |
| OKLCH | oklch(0.896 0.153 192.2) |
Copy-ready code
/* CSS */
color: #08fcf7;
background-color: #08fcf7;
/* Tailwind (arbitrary) */
class="text-[#08fcf7] bg-[#08fcf7]"
/* SCSS */
$brand: #08fcf7;
/* SwiftUI */
Color(red: 0.031, green: 0.988, blue: 0.969)
/* Android */
Color.parseColor("#08fcf7")Accessibility — WCAG contrast
Aa
#08fcf7 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#08fcf7 on black: 16.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green98.8%
Blue96.9%
CMYK percentages
Cyan96.8%
Magenta0.0%
Yellow2.0%
Key (black)1.2%
Color previews
#08fcf7 text on a black background
contrast 16.28:1
Card sample
#08fcf7 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08fcf7;
Background color
Panel with #08fcf7 background
background-color: #08fcf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08fcf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 252, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 252, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08fcf7; background: linear-gradient(135deg, #08fcf7, #085EFC);