#08fdaf
a balanced, electric cyan · cool · closest name: aquamarine
RGB
8, 253, 175
HSL
161°, 98%, 51%
CMYK
97, 0, 31, 1
Luminance
0.7340
Every format
| HEX | #08fdaf |
| RGB | rgb(8, 253, 175) |
| HSL | hsl(161, 98%, 51%) |
| CMYK | cmyk(97%, 0%, 31%, 1%) |
| LAB | lab(88.6 -67.3 23.6) |
| LCH | lch(88.6 71.3 160.7) |
| OKLCH | oklch(0.879 0.192 161.9) |
Copy-ready code
/* CSS */
color: #08fdaf;
background-color: #08fdaf;
/* Tailwind (arbitrary) */
class="text-[#08fdaf] bg-[#08fdaf]"
/* SCSS */
$brand: #08fdaf;
/* SwiftUI */
Color(red: 0.031, green: 0.992, blue: 0.686)
/* Android */
Color.parseColor("#08fdaf")Accessibility — WCAG contrast
Aa
#08fdaf on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#08fdaf on black: 15.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green99.2%
Blue68.6%
CMYK percentages
Cyan96.8%
Magenta0.0%
Yellow30.8%
Key (black)0.8%
Color previews
#08fdaf text on a black background
contrast 15.68:1
Card sample
#08fdaf text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08fdaf;
Background color
Panel with #08fdaf background
background-color: #08fdaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08fdaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 253, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 253, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08fdaf; background: linear-gradient(135deg, #08fdaf, #08A8FD);