#08fd94
a balanced, electric green · cool · closest name: aquamarine
RGB
8, 253, 148
HSL
154°, 98%, 51%
CMYK
97, 0, 42, 1
Luminance
0.7244
Every format
| HEX | #08fd94 |
| RGB | rgb(8, 253, 148) |
| HSL | hsl(154, 98%, 51%) |
| CMYK | cmyk(97%, 0%, 42%, 1%) |
| LAB | lab(88.2 -72.6 36.5) |
| LCH | lch(88.2 81.3 153.3) |
| OKLCH | oklch(0.874 0.215 155.1) |
Copy-ready code
/* CSS */
color: #08fd94;
background-color: #08fd94;
/* Tailwind (arbitrary) */
class="text-[#08fd94] bg-[#08fd94]"
/* SCSS */
$brand: #08fd94;
/* SwiftUI */
Color(red: 0.031, green: 0.992, blue: 0.580)
/* Android */
Color.parseColor("#08fd94")Accessibility — WCAG contrast
Aa
#08fd94 on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#08fd94 on black: 15.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green99.2%
Blue58.0%
CMYK percentages
Cyan96.8%
Magenta0.0%
Yellow41.5%
Key (black)0.8%
Color previews
#08fd94 text on a black background
contrast 15.49:1
Card sample
#08fd94 text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08fd94;
Background color
Panel with #08fd94 background
background-color: #08fd94;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08fd94;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 253, 148, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 253, 148, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08fd94; background: linear-gradient(135deg, #08fd94, #08C3FD);