#8ace7f
a light, soft green · cool · closest name: seagreen
RGB
138, 206, 127
HSL
112°, 45%, 65%
CMYK
33, 0, 38, 19
Luminance
0.5108
Every format
| HEX | #8ace7f |
| RGB | rgb(138, 206, 127) |
| HSL | hsl(112, 45%, 65%) |
| CMYK | cmyk(33%, 0%, 38%, 19%) |
| LAB | lab(76.7 -36.6 32.7) |
| LCH | lch(76.7 49.1 138.3) |
| OKLCH | oklch(0.787 0.129 141.0) |
Copy-ready code
/* CSS */
color: #8ace7f;
background-color: #8ace7f;
/* Tailwind (arbitrary) */
class="text-[#8ace7f] bg-[#8ace7f]"
/* SCSS */
$brand: #8ace7f;
/* SwiftUI */
Color(red: 0.541, green: 0.808, blue: 0.498)
/* Android */
Color.parseColor("#8ace7f")Accessibility — WCAG contrast
Aa
#8ace7f on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ace7f on black: 11.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.1%
Green80.8%
Blue49.8%
CMYK percentages
Cyan33.0%
Magenta0.0%
Yellow38.3%
Key (black)19.2%
Color previews
#8ace7f text on a black background
contrast 11.22:1
Card sample
#8ace7f text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ace7f;
Background color
Panel with #8ace7f background
background-color: #8ace7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ace7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(138, 206, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(138, 206, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ace7f; background: linear-gradient(135deg, #8ace7f, #7FCEA9);