#8df6ba
a light, electric green · cool · closest name: aquamarine
RGB
141, 246, 186
HSL
146°, 85%, 76%
CMYK
43, 0, 24, 4
Luminance
0.7512
Every format
| HEX | #8df6ba |
| RGB | rgb(141, 246, 186) |
| HSL | hsl(146, 85%, 76%) |
| CMYK | cmyk(43%, 0%, 24%, 4%) |
| LAB | lab(89.5 -43.5 19.5) |
| LCH | lch(89.5 47.7 155.8) |
| OKLCH | oklch(0.894 0.130 157.4) |
Copy-ready code
/* CSS */
color: #8df6ba;
background-color: #8df6ba;
/* Tailwind (arbitrary) */
class="text-[#8df6ba] bg-[#8df6ba]"
/* SCSS */
$brand: #8df6ba;
/* SwiftUI */
Color(red: 0.553, green: 0.965, blue: 0.729)
/* Android */
Color.parseColor("#8df6ba")Accessibility — WCAG contrast
Aa
#8df6ba on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8df6ba on black: 16.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.3%
Green96.5%
Blue72.9%
CMYK percentages
Cyan42.7%
Magenta0.0%
Yellow24.4%
Key (black)3.5%
Color previews
#8df6ba text on a black background
contrast 16.02:1
Card sample
#8df6ba text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8df6ba;
Background color
Panel with #8df6ba background
background-color: #8df6ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8df6ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(141, 246, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(141, 246, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8df6ba; background: linear-gradient(135deg, #8df6ba, #8DECF6);