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