#8af38f
a light, electric green · cool · closest name: aquamarine
RGB
138, 243, 143
HSL
123°, 81%, 75%
CMYK
43, 0, 41, 5
Luminance
0.7149
Every format
| HEX | #8af38f |
| RGB | rgb(138, 243, 143) |
| HSL | hsl(123, 81%, 75%) |
| CMYK | cmyk(43%, 0%, 41%, 5%) |
| LAB | lab(87.7 -50.3 38.9) |
| LCH | lch(87.7 63.6 142.3) |
| OKLCH | oklch(0.877 0.167 145.0) |
Copy-ready code
/* CSS */
color: #8af38f;
background-color: #8af38f;
/* Tailwind (arbitrary) */
class="text-[#8af38f] bg-[#8af38f]"
/* SCSS */
$brand: #8af38f;
/* SwiftUI */
Color(red: 0.541, green: 0.953, blue: 0.561)
/* Android */
Color.parseColor("#8af38f")Accessibility — WCAG contrast
Aa
#8af38f on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8af38f on black: 15.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.1%
Green95.3%
Blue56.1%
CMYK percentages
Cyan43.2%
Magenta0.0%
Yellow41.2%
Key (black)4.7%
Color previews
#8af38f text on a black background
contrast 15.30:1
Card sample
#8af38f text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8af38f;
Background color
Panel with #8af38f background
background-color: #8af38f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8af38f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(138, 243, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(138, 243, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8af38f; background: linear-gradient(135deg, #8af38f, #8AF3D5);