#8af498
a light, electric green · cool · closest name: aquamarine
RGB
138, 244, 152
HSL
128°, 83%, 75%
CMYK
43, 0, 38, 4
Luminance
0.7237
Every format
| HEX | #8af498 |
| RGB | rgb(138, 244, 152) |
| HSL | hsl(128, 83%, 75%) |
| CMYK | cmyk(43%, 0%, 38%, 4%) |
| LAB | lab(88.2 -49.4 35.0) |
| LCH | lch(88.2 60.5 144.7) |
| OKLCH | oklch(0.881 0.160 147.0) |
Copy-ready code
/* CSS */
color: #8af498;
background-color: #8af498;
/* Tailwind (arbitrary) */
class="text-[#8af498] bg-[#8af498]"
/* SCSS */
$brand: #8af498;
/* SwiftUI */
Color(red: 0.541, green: 0.957, blue: 0.596)
/* Android */
Color.parseColor("#8af498")Accessibility — WCAG contrast
Aa
#8af498 on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8af498 on black: 15.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.1%
Green95.7%
Blue59.6%
CMYK percentages
Cyan43.4%
Magenta0.0%
Yellow37.7%
Key (black)4.3%
Color previews
#8af498 text on a black background
contrast 15.47:1
Card sample
#8af498 text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8af498;
Background color
Panel with #8af498 background
background-color: #8af498;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8af498;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(138, 244, 152, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(138, 244, 152, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8af498; background: linear-gradient(135deg, #8af498, #8AF4DF);