#8af192
a light, electric green · cool · closest name: aquamarine
RGB
138, 241, 146
HSL
125°, 79%, 74%
CMYK
43, 0, 39, 6
Luminance
0.7039
Every format
| HEX | #8af192 |
| RGB | rgb(138, 241, 146) |
| HSL | hsl(125, 79%, 74%) |
| CMYK | cmyk(43%, 0%, 39%, 6%) |
| LAB | lab(87.2 -49.0 36.7) |
| LCH | lch(87.2 61.3 143.2) |
| OKLCH | oklch(0.873 0.162 145.7) |
Copy-ready code
/* CSS */
color: #8af192;
background-color: #8af192;
/* Tailwind (arbitrary) */
class="text-[#8af192] bg-[#8af192]"
/* SCSS */
$brand: #8af192;
/* SwiftUI */
Color(red: 0.541, green: 0.945, blue: 0.573)
/* Android */
Color.parseColor("#8af192")Accessibility — WCAG contrast
Aa
#8af192 on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8af192 on black: 15.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.1%
Green94.5%
Blue57.3%
CMYK percentages
Cyan42.7%
Magenta0.0%
Yellow39.4%
Key (black)5.5%
Color previews
#8af192 text on a black background
contrast 15.08:1
Card sample
#8af192 text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8af192;
Background color
Panel with #8af192 background
background-color: #8af192;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8af192;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(138, 241, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(138, 241, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8af192; background: linear-gradient(135deg, #8af192, #8AF1D7);