#8fd2af
a light, soft green · cool · closest name: aquamarine
RGB
143, 210, 175
HSL
149°, 43%, 69%
CMYK
32, 0, 17, 18
Luminance
0.5503
Every format
| HEX | #8fd2af |
| RGB | rgb(143, 210, 175) |
| HSL | hsl(149, 43%, 69%) |
| CMYK | cmyk(32%, 0%, 17%, 18%) |
| LAB | lab(79.1 -28.6 10.7) |
| LCH | lch(79.1 30.5 159.5) |
| OKLCH | oklch(0.809 0.084 161.0) |
Copy-ready code
/* CSS */
color: #8fd2af;
background-color: #8fd2af;
/* Tailwind (arbitrary) */
class="text-[#8fd2af] bg-[#8fd2af]"
/* SCSS */
$brand: #8fd2af;
/* SwiftUI */
Color(red: 0.561, green: 0.824, blue: 0.686)
/* Android */
Color.parseColor("#8fd2af")Accessibility — WCAG contrast
Aa
#8fd2af on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fd2af on black: 12.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green82.4%
Blue68.6%
CMYK percentages
Cyan31.9%
Magenta0.0%
Yellow16.7%
Key (black)17.6%
Color previews
#8fd2af text on a black background
contrast 12.01:1
Card sample
#8fd2af text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fd2af;
Background color
Panel with #8fd2af background
background-color: #8fd2af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fd2af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 210, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 210, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fd2af; background: linear-gradient(135deg, #8fd2af, #8FC8D2);