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