#08fceb
a balanced, electric cyan · cool · closest name: cyan
RGB
8, 252, 235
HSL
176°, 98%, 51%
CMYK
97, 0, 7, 1
Luminance
0.7567
Every format
| HEX | #08fceb |
| RGB | rgb(8, 252, 235) |
| HSL | hsl(176, 98%, 51%) |
| CMYK | cmyk(97%, 0%, 7%, 1%) |
| LAB | lab(89.7 -52.3 -5.8) |
| LCH | lch(89.7 52.6 186.4) |
| OKLCH | oklch(0.892 0.156 186.1) |
Copy-ready code
/* CSS */
color: #08fceb;
background-color: #08fceb;
/* Tailwind (arbitrary) */
class="text-[#08fceb] bg-[#08fceb]"
/* SCSS */
$brand: #08fceb;
/* SwiftUI */
Color(red: 0.031, green: 0.988, blue: 0.922)
/* Android */
Color.parseColor("#08fceb")Accessibility — WCAG contrast
Aa
#08fceb on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#08fceb on black: 16.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green98.8%
Blue92.2%
CMYK percentages
Cyan96.8%
Magenta0.0%
Yellow6.7%
Key (black)1.2%
Color previews
#08fceb text on a black background
contrast 16.13:1
Card sample
#08fceb text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08fceb;
Background color
Panel with #08fceb background
background-color: #08fceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08fceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 252, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 252, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08fceb; background: linear-gradient(135deg, #08fceb, #086AFC);