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