#08f08f
a balanced, electric green · cool · closest name: aquamarine
RGB
8, 240, 143
HSL
155°, 94%, 49%
CMYK
97, 0, 40, 6
Luminance
0.6435
Every format
| HEX | #08f08f |
| RGB | rgb(8, 240, 143) |
| HSL | hsl(155, 94%, 49%) |
| CMYK | cmyk(97%, 0%, 40%, 6%) |
| LAB | lab(84.2 -69.2 33.7) |
| LCH | lch(84.2 77.0 154.0) |
| OKLCH | oklch(0.840 0.204 155.7) |
Copy-ready code
/* CSS */
color: #08f08f;
background-color: #08f08f;
/* Tailwind (arbitrary) */
class="text-[#08f08f] bg-[#08f08f]"
/* SCSS */
$brand: #08f08f;
/* SwiftUI */
Color(red: 0.031, green: 0.941, blue: 0.561)
/* Android */
Color.parseColor("#08f08f")Accessibility — WCAG contrast
Aa
#08f08f on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#08f08f on black: 13.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green94.1%
Blue56.1%
CMYK percentages
Cyan96.7%
Magenta0.0%
Yellow40.4%
Key (black)5.9%
Color previews
#08f08f text on a black background
contrast 13.87:1
Card sample
#08f08f text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08f08f;
Background color
Panel with #08f08f background
background-color: #08f08f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08f08f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 240, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 240, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08f08f; background: linear-gradient(135deg, #08f08f, #08B6F0);