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