#8cffca
a light, electric green · cool · closest name: aquamarine
RGB
140, 255, 202
HSL
152°, 100%, 78%
CMYK
45, 0, 21, 0
Luminance
0.8136
Every format
| HEX | #8cffca |
| RGB | rgb(140, 255, 202) |
| HSL | hsl(152, 100%, 78%) |
| CMYK | cmyk(45%, 0%, 21%, 0%) |
| LAB | lab(92.3 -44.5 15.3) |
| LCH | lch(92.3 47.1 161.1) |
| OKLCH | oklch(0.918 0.130 162.4) |
Copy-ready code
/* CSS */
color: #8cffca;
background-color: #8cffca;
/* Tailwind (arbitrary) */
class="text-[#8cffca] bg-[#8cffca]"
/* SCSS */
$brand: #8cffca;
/* SwiftUI */
Color(red: 0.549, green: 1.000, blue: 0.792)
/* Android */
Color.parseColor("#8cffca")Accessibility — WCAG contrast
Aa
#8cffca on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cffca on black: 17.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green100.0%
Blue79.2%
CMYK percentages
Cyan45.1%
Magenta0.0%
Yellow20.8%
Key (black)0.0%
Color previews
#8cffca text on a black background
contrast 17.27:1
Card sample
#8cffca text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cffca;
Background color
Panel with #8cffca background
background-color: #8cffca;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cffca;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 255, 202, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 255, 202, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cffca; background: linear-gradient(135deg, #8cffca, #8CE7FF);