#8cfccf
a light, electric green · cool · closest name: aquamarine
RGB
140, 252, 207
HSL
156°, 95%, 77%
CMYK
44, 0, 18, 1
Luminance
0.7970
Every format
| HEX | #8cfccf |
| RGB | rgb(140, 252, 207) |
| HSL | hsl(156, 95%, 77%) |
| CMYK | cmyk(44%, 0%, 18%, 1%) |
| LAB | lab(91.5 -42.2 11.7) |
| LCH | lch(91.5 43.8 164.5) |
| OKLCH | oklch(0.912 0.122 165.8) |
Copy-ready code
/* CSS */
color: #8cfccf;
background-color: #8cfccf;
/* Tailwind (arbitrary) */
class="text-[#8cfccf] bg-[#8cfccf]"
/* SCSS */
$brand: #8cfccf;
/* SwiftUI */
Color(red: 0.549, green: 0.988, blue: 0.812)
/* Android */
Color.parseColor("#8cfccf")Accessibility — WCAG contrast
Aa
#8cfccf on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cfccf on black: 16.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green98.8%
Blue81.2%
CMYK percentages
Cyan44.4%
Magenta0.0%
Yellow17.9%
Key (black)1.2%
Color previews
#8cfccf text on a black background
contrast 16.94:1
Card sample
#8cfccf text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cfccf;
Background color
Panel with #8cfccf background
background-color: #8cfccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cfccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 252, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 252, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cfccf; background: linear-gradient(135deg, #8cfccf, #8CDEFC);