#08fd9c
a balanced, electric green · cool · closest name: aquamarine
RGB
8, 253, 156
HSL
156°, 98%, 51%
CMYK
97, 0, 38, 1
Luminance
0.7270
Every format
| HEX | #08fd9c |
| RGB | rgb(8, 253, 156) |
| HSL | hsl(156, 98%, 51%) |
| CMYK | cmyk(97%, 0%, 38%, 1%) |
| LAB | lab(88.3 -71.1 32.8) |
| LCH | lch(88.3 78.3 155.3) |
| OKLCH | oklch(0.875 0.208 156.8) |
Copy-ready code
/* CSS */
color: #08fd9c;
background-color: #08fd9c;
/* Tailwind (arbitrary) */
class="text-[#08fd9c] bg-[#08fd9c]"
/* SCSS */
$brand: #08fd9c;
/* SwiftUI */
Color(red: 0.031, green: 0.992, blue: 0.612)
/* Android */
Color.parseColor("#08fd9c")Accessibility — WCAG contrast
Aa
#08fd9c on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#08fd9c on black: 15.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green99.2%
Blue61.2%
CMYK percentages
Cyan96.8%
Magenta0.0%
Yellow38.3%
Key (black)0.8%
Color previews
#08fd9c text on a black background
contrast 15.54:1
Card sample
#08fd9c text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08fd9c;
Background color
Panel with #08fd9c background
background-color: #08fd9c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08fd9c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 253, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 253, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08fd9c; background: linear-gradient(135deg, #08fd9c, #08BBFD);