#8fdfbf
a light, vivid green · cool · closest name: aquamarine
RGB
143, 223, 191
HSL
156°, 56%, 72%
CMYK
36, 0, 14, 13
Luminance
0.6238
Every format
| HEX | #8fdfbf |
| RGB | rgb(143, 223, 191) |
| HSL | hsl(156, 56%, 72%) |
| CMYK | cmyk(36%, 0%, 14%, 13%) |
| LAB | lab(83.1 -31.5 8.0) |
| LCH | lch(83.1 32.5 165.8) |
| OKLCH | oklch(0.843 0.091 167.0) |
Copy-ready code
/* CSS */
color: #8fdfbf;
background-color: #8fdfbf;
/* Tailwind (arbitrary) */
class="text-[#8fdfbf] bg-[#8fdfbf]"
/* SCSS */
$brand: #8fdfbf;
/* SwiftUI */
Color(red: 0.561, green: 0.875, blue: 0.749)
/* Android */
Color.parseColor("#8fdfbf")Accessibility — WCAG contrast
Aa
#8fdfbf on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fdfbf on black: 13.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green87.5%
Blue74.9%
CMYK percentages
Cyan35.9%
Magenta0.0%
Yellow14.3%
Key (black)12.5%
Color previews
#8fdfbf text on a black background
contrast 13.48:1
Card sample
#8fdfbf text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fdfbf;
Background color
Panel with #8fdfbf background
background-color: #8fdfbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fdfbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 223, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 223, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fdfbf; background: linear-gradient(135deg, #8fdfbf, #8FCADF);