#08fd8f
a balanced, electric green · cool · closest name: aquamarine
RGB
8, 253, 143
HSL
153°, 98%, 51%
CMYK
97, 0, 44, 1
Luminance
0.7229
Every format
| HEX | #08fd8f |
| RGB | rgb(8, 253, 143) |
| HSL | hsl(153, 98%, 51%) |
| CMYK | cmyk(97%, 0%, 44%, 1%) |
| LAB | lab(88.1 -73.5 38.9) |
| LCH | lch(88.1 83.1 152.1) |
| OKLCH | oklch(0.873 0.219 154.0) |
Copy-ready code
/* CSS */
color: #08fd8f;
background-color: #08fd8f;
/* Tailwind (arbitrary) */
class="text-[#08fd8f] bg-[#08fd8f]"
/* SCSS */
$brand: #08fd8f;
/* SwiftUI */
Color(red: 0.031, green: 0.992, blue: 0.561)
/* Android */
Color.parseColor("#08fd8f")Accessibility — WCAG contrast
Aa
#08fd8f on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#08fd8f on black: 15.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green99.2%
Blue56.1%
CMYK percentages
Cyan96.8%
Magenta0.0%
Yellow43.5%
Key (black)0.8%
Color previews
#08fd8f text on a black background
contrast 15.46:1
Card sample
#08fd8f text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08fd8f;
Background color
Panel with #08fd8f background
background-color: #08fd8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08fd8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 253, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 253, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08fd8f; background: linear-gradient(135deg, #08fd8f, #08C8FD);