#8cdfbe
a light, vivid green · cool · closest name: aquamarine
RGB
140, 223, 190
HSL
156°, 57%, 71%
CMYK
37, 0, 15, 13
Luminance
0.6207
Every format
| HEX | #8cdfbe |
| RGB | rgb(140, 223, 190) |
| HSL | hsl(156, 57%, 71%) |
| CMYK | cmyk(37%, 0%, 15%, 13%) |
| LAB | lab(83.0 -32.5 8.3) |
| LCH | lch(83.0 33.6 165.8) |
| OKLCH | oklch(0.841 0.094 167.0) |
Copy-ready code
/* CSS */
color: #8cdfbe;
background-color: #8cdfbe;
/* Tailwind (arbitrary) */
class="text-[#8cdfbe] bg-[#8cdfbe]"
/* SCSS */
$brand: #8cdfbe;
/* SwiftUI */
Color(red: 0.549, green: 0.875, blue: 0.745)
/* Android */
Color.parseColor("#8cdfbe")Accessibility — WCAG contrast
Aa
#8cdfbe on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cdfbe on black: 13.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green87.5%
Blue74.5%
CMYK percentages
Cyan37.2%
Magenta0.0%
Yellow14.8%
Key (black)12.5%
Color previews
#8cdfbe text on a black background
contrast 13.41:1
Card sample
#8cdfbe text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cdfbe;
Background color
Panel with #8cdfbe background
background-color: #8cdfbe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cdfbe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 223, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 223, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cdfbe; background: linear-gradient(135deg, #8cdfbe, #8CC9DF);