#8cffce
a light, electric green · cool · closest name: aquamarine
RGB
140, 255, 206
HSL
154°, 100%, 78%
CMYK
45, 0, 19, 0
Luminance
0.8155
Every format
| HEX | #8cffce |
| RGB | rgb(140, 255, 206) |
| HSL | hsl(154, 100%, 78%) |
| CMYK | cmyk(45%, 0%, 19%, 0%) |
| LAB | lab(92.4 -43.7 13.4) |
| LCH | lch(92.4 45.7 163.0) |
| OKLCH | oklch(0.919 0.127 164.3) |
Copy-ready code
/* CSS */
color: #8cffce;
background-color: #8cffce;
/* Tailwind (arbitrary) */
class="text-[#8cffce] bg-[#8cffce]"
/* SCSS */
$brand: #8cffce;
/* SwiftUI */
Color(red: 0.549, green: 1.000, blue: 0.808)
/* Android */
Color.parseColor("#8cffce")Accessibility — WCAG contrast
Aa
#8cffce on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cffce on black: 17.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green100.0%
Blue80.8%
CMYK percentages
Cyan45.1%
Magenta0.0%
Yellow19.2%
Key (black)0.0%
Color previews
#8cffce text on a black background
contrast 17.31:1
Card sample
#8cffce text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cffce;
Background color
Panel with #8cffce background
background-color: #8cffce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cffce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 255, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 255, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cffce; background: linear-gradient(135deg, #8cffce, #8CE3FF);