#08fccf
a balanced, electric cyan · cool · closest name: aquamarine
RGB
8, 252, 207
HSL
169°, 98%, 51%
CMYK
97, 0, 18, 1
Luminance
0.7418
Every format
| HEX | #08fccf |
| RGB | rgb(8, 252, 207) |
| HSL | hsl(169, 98%, 51%) |
| CMYK | cmyk(97%, 0%, 18%, 1%) |
| LAB | lab(89.0 -59.6 7.7) |
| LCH | lch(89.0 60.0 172.6) |
| OKLCH | oklch(0.884 0.169 173.4) |
Copy-ready code
/* CSS */
color: #08fccf;
background-color: #08fccf;
/* Tailwind (arbitrary) */
class="text-[#08fccf] bg-[#08fccf]"
/* SCSS */
$brand: #08fccf;
/* SwiftUI */
Color(red: 0.031, green: 0.988, blue: 0.812)
/* Android */
Color.parseColor("#08fccf")Accessibility — WCAG contrast
Aa
#08fccf on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#08fccf on black: 15.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green98.8%
Blue81.2%
CMYK percentages
Cyan96.8%
Magenta0.0%
Yellow17.9%
Key (black)1.2%
Color previews
#08fccf text on a black background
contrast 15.84:1
Card sample
#08fccf text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08fccf;
Background color
Panel with #08fccf background
background-color: #08fccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08fccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 252, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 252, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08fccf; background: linear-gradient(135deg, #08fccf, #0887FC);