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