#8ad19f
a light, soft green · cool · closest name: aquamarine
RGB
138, 209, 159
HSL
138°, 44%, 68%
CMYK
34, 0, 24, 18
Luminance
0.5351
Every format
| HEX | #8ad19f |
| RGB | rgb(138, 209, 159) |
| HSL | hsl(138, 44%, 68%) |
| CMYK | cmyk(34%, 0%, 24%, 18%) |
| LAB | lab(78.2 -32.7 17.9) |
| LCH | lch(78.2 37.3 151.3) |
| OKLCH | oklch(0.800 0.101 153.0) |
Copy-ready code
/* CSS */
color: #8ad19f;
background-color: #8ad19f;
/* Tailwind (arbitrary) */
class="text-[#8ad19f] bg-[#8ad19f]"
/* SCSS */
$brand: #8ad19f;
/* SwiftUI */
Color(red: 0.541, green: 0.820, blue: 0.624)
/* Android */
Color.parseColor("#8ad19f")Accessibility — WCAG contrast
Aa
#8ad19f on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ad19f on black: 11.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.1%
Green82.0%
Blue62.4%
CMYK percentages
Cyan34.0%
Magenta0.0%
Yellow23.9%
Key (black)18.0%
Color previews
#8ad19f text on a black background
contrast 11.70:1
Card sample
#8ad19f text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ad19f;
Background color
Panel with #8ad19f background
background-color: #8ad19f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ad19f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(138, 209, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(138, 209, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ad19f; background: linear-gradient(135deg, #8ad19f, #8AD1CE);