#8bffcd
a light, electric green · cool · closest name: aquamarine
RGB
139, 255, 205
HSL
154°, 100%, 77%
CMYK
46, 0, 20, 0
Luminance
0.8142
Every format
| HEX | #8bffcd |
| RGB | rgb(139, 255, 205) |
| HSL | hsl(154, 100%, 77%) |
| CMYK | cmyk(46%, 0%, 20%, 0%) |
| LAB | lab(92.3 -44.2 13.8) |
| LCH | lch(92.3 46.3 162.7) |
| OKLCH | oklch(0.918 0.128 164.0) |
Copy-ready code
/* CSS */
color: #8bffcd;
background-color: #8bffcd;
/* Tailwind (arbitrary) */
class="text-[#8bffcd] bg-[#8bffcd]"
/* SCSS */
$brand: #8bffcd;
/* SwiftUI */
Color(red: 0.545, green: 1.000, blue: 0.804)
/* Android */
Color.parseColor("#8bffcd")Accessibility — WCAG contrast
Aa
#8bffcd on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8bffcd on black: 17.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.5%
Green100.0%
Blue80.4%
CMYK percentages
Cyan45.5%
Magenta0.0%
Yellow19.6%
Key (black)0.0%
Color previews
#8bffcd text on a black background
contrast 17.28:1
Card sample
#8bffcd text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8bffcd;
Background color
Panel with #8bffcd background
background-color: #8bffcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8bffcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(139, 255, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(139, 255, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8bffcd; background: linear-gradient(135deg, #8bffcd, #8BE4FF);