#08fcdf
a balanced, electric cyan · cool · closest name: aquamarine
RGB
8, 252, 223
HSL
173°, 98%, 51%
CMYK
97, 0, 12, 1
Luminance
0.7500
Every format
| HEX | #08fcdf |
| RGB | rgb(8, 252, 223) |
| HSL | hsl(173, 98%, 51%) |
| CMYK | cmyk(97%, 0%, 12%, 1%) |
| LAB | lab(89.4 -55.5 -0.1) |
| LCH | lch(89.4 55.5 180.1) |
| OKLCH | oklch(0.888 0.160 180.4) |
Copy-ready code
/* CSS */
color: #08fcdf;
background-color: #08fcdf;
/* Tailwind (arbitrary) */
class="text-[#08fcdf] bg-[#08fcdf]"
/* SCSS */
$brand: #08fcdf;
/* SwiftUI */
Color(red: 0.031, green: 0.988, blue: 0.875)
/* Android */
Color.parseColor("#08fcdf")Accessibility — WCAG contrast
Aa
#08fcdf on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#08fcdf on black: 16.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green98.8%
Blue87.5%
CMYK percentages
Cyan96.8%
Magenta0.0%
Yellow11.5%
Key (black)1.2%
Color previews
#08fcdf text on a black background
contrast 16.00:1
Card sample
#08fcdf text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08fcdf;
Background color
Panel with #08fcdf background
background-color: #08fcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08fcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 252, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 252, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08fcdf; background: linear-gradient(135deg, #08fcdf, #0876FC);