#08fcf4
a balanced, electric cyan · cool · closest name: cyan
RGB
8, 252, 244
HSL
178°, 98%, 51%
CMYK
97, 0, 3, 1
Luminance
0.7620
Every format
| HEX | #08fcf4 |
| RGB | rgb(8, 252, 244) |
| HSL | hsl(178, 98%, 51%) |
| CMYK | cmyk(97%, 0%, 3%, 1%) |
| LAB | lab(90.0 -49.8 -10.2) |
| LCH | lch(90.0 50.8 191.5) |
| OKLCH | oklch(0.895 0.154 190.7) |
Copy-ready code
/* CSS */
color: #08fcf4;
background-color: #08fcf4;
/* Tailwind (arbitrary) */
class="text-[#08fcf4] bg-[#08fcf4]"
/* SCSS */
$brand: #08fcf4;
/* SwiftUI */
Color(red: 0.031, green: 0.988, blue: 0.957)
/* Android */
Color.parseColor("#08fcf4")Accessibility — WCAG contrast
Aa
#08fcf4 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#08fcf4 on black: 16.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green98.8%
Blue95.7%
CMYK percentages
Cyan96.8%
Magenta0.0%
Yellow3.2%
Key (black)1.2%
Color previews
#08fcf4 text on a black background
contrast 16.24:1
Card sample
#08fcf4 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08fcf4;
Background color
Panel with #08fcf4 background
background-color: #08fcf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08fcf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 252, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 252, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08fcf4; background: linear-gradient(135deg, #08fcf4, #0862FC);