#8af590
a light, electric green · cool · closest name: aquamarine
RGB
138, 245, 144
HSL
123°, 84%, 75%
CMYK
44, 0, 41, 4
Luminance
0.7272
Every format
| HEX | #8af590 |
| RGB | rgb(138, 245, 144) |
| HSL | hsl(123, 84%, 75%) |
| CMYK | cmyk(44%, 0%, 41%, 4%) |
| LAB | lab(88.3 -51.0 39.2) |
| LCH | lch(88.3 64.3 142.5) |
| OKLCH | oklch(0.882 0.169 145.1) |
Copy-ready code
/* CSS */
color: #8af590;
background-color: #8af590;
/* Tailwind (arbitrary) */
class="text-[#8af590] bg-[#8af590]"
/* SCSS */
$brand: #8af590;
/* SwiftUI */
Color(red: 0.541, green: 0.961, blue: 0.565)
/* Android */
Color.parseColor("#8af590")Accessibility — WCAG contrast
Aa
#8af590 on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8af590 on black: 15.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.1%
Green96.1%
Blue56.5%
CMYK percentages
Cyan43.7%
Magenta0.0%
Yellow41.2%
Key (black)3.9%
Color previews
#8af590 text on a black background
contrast 15.54:1
Card sample
#8af590 text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8af590;
Background color
Panel with #8af590 background
background-color: #8af590;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8af590;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(138, 245, 144, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(138, 245, 144, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8af590; background: linear-gradient(135deg, #8af590, #8AF5D7);