#8ace8f
a light, soft green · cool · closest name: aquamarine
RGB
138, 206, 143
HSL
124°, 41%, 68%
CMYK
33, 0, 31, 19
Luminance
0.5153
Every format
| HEX | #8ace8f |
| RGB | rgb(138, 206, 143) |
| HSL | hsl(124, 41%, 68%) |
| CMYK | cmyk(33%, 0%, 31%, 19%) |
| LAB | lab(77.0 -34.1 24.7) |
| LCH | lch(77.0 42.1 144.1) |
| OKLCH | oklch(0.790 0.112 146.2) |
Copy-ready code
/* CSS */
color: #8ace8f;
background-color: #8ace8f;
/* Tailwind (arbitrary) */
class="text-[#8ace8f] bg-[#8ace8f]"
/* SCSS */
$brand: #8ace8f;
/* SwiftUI */
Color(red: 0.541, green: 0.808, blue: 0.561)
/* Android */
Color.parseColor("#8ace8f")Accessibility — WCAG contrast
Aa
#8ace8f on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ace8f on black: 11.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.1%
Green80.8%
Blue56.1%
CMYK percentages
Cyan33.0%
Magenta0.0%
Yellow30.6%
Key (black)19.2%
Color previews
#8ace8f text on a black background
contrast 11.31:1
Card sample
#8ace8f text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ace8f;
Background color
Panel with #8ace8f background
background-color: #8ace8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ace8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(138, 206, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(138, 206, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ace8f; background: linear-gradient(135deg, #8ace8f, #8ACEBC);