#8af795
a light, electric green · cool · closest name: aquamarine
RGB
138, 247, 149
HSL
126°, 87%, 76%
CMYK
44, 0, 40, 3
Luminance
0.7409
Every format
| HEX | #8af795 |
| RGB | rgb(138, 247, 149) |
| HSL | hsl(126, 87%, 76%) |
| CMYK | cmyk(44%, 0%, 40%, 3%) |
| LAB | lab(89.0 -51.1 37.6) |
| LCH | lch(89.0 63.4 143.7) |
| OKLCH | oklch(0.887 0.167 146.2) |
Copy-ready code
/* CSS */
color: #8af795;
background-color: #8af795;
/* Tailwind (arbitrary) */
class="text-[#8af795] bg-[#8af795]"
/* SCSS */
$brand: #8af795;
/* SwiftUI */
Color(red: 0.541, green: 0.969, blue: 0.584)
/* Android */
Color.parseColor("#8af795")Accessibility — WCAG contrast
Aa
#8af795 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8af795 on black: 15.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.1%
Green96.9%
Blue58.4%
CMYK percentages
Cyan44.1%
Magenta0.0%
Yellow39.7%
Key (black)3.1%
Color previews
#8af795 text on a black background
contrast 15.82:1
Card sample
#8af795 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8af795;
Background color
Panel with #8af795 background
background-color: #8af795;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8af795;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(138, 247, 149, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(138, 247, 149, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8af795; background: linear-gradient(135deg, #8af795, #8AF7DE);