#8fd092
a light, soft green · cool · closest name: aquamarine
RGB
143, 208, 146
HSL
123°, 41%, 69%
CMYK
31, 0, 30, 18
Luminance
0.5303
Every format
| HEX | #8fd092 |
| RGB | rgb(143, 208, 146) |
| HSL | hsl(123, 41%, 69%) |
| CMYK | cmyk(31%, 0%, 30%, 18%) |
| LAB | lab(77.9 -32.9 24.4) |
| LCH | lch(77.9 41.0 143.5) |
| OKLCH | oklch(0.798 0.109 145.6) |
Copy-ready code
/* CSS */
color: #8fd092;
background-color: #8fd092;
/* Tailwind (arbitrary) */
class="text-[#8fd092] bg-[#8fd092]"
/* SCSS */
$brand: #8fd092;
/* SwiftUI */
Color(red: 0.561, green: 0.816, blue: 0.573)
/* Android */
Color.parseColor("#8fd092")Accessibility — WCAG contrast
Aa
#8fd092 on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fd092 on black: 11.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green81.6%
Blue57.3%
CMYK percentages
Cyan31.3%
Magenta0.0%
Yellow29.8%
Key (black)18.4%
Color previews
#8fd092 text on a black background
contrast 11.61:1
Card sample
#8fd092 text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fd092;
Background color
Panel with #8fd092 background
background-color: #8fd092;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fd092;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 208, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 208, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fd092; background: linear-gradient(135deg, #8fd092, #8FD0BD);