#8bfdcd
a light, electric green · cool · closest name: aquamarine
RGB
139, 253, 205
HSL
155°, 97%, 77%
CMYK
45, 0, 19, 1
Luminance
0.8015
Every format
| HEX | #8bfdcd |
| RGB | rgb(139, 253, 205) |
| HSL | hsl(155, 97%, 77%) |
| CMYK | cmyk(45%, 0%, 19%, 1%) |
| LAB | lab(91.8 -43.3 13.0) |
| LCH | lch(91.8 45.2 163.3) |
| OKLCH | oklch(0.913 0.125 164.6) |
Copy-ready code
/* CSS */
color: #8bfdcd;
background-color: #8bfdcd;
/* Tailwind (arbitrary) */
class="text-[#8bfdcd] bg-[#8bfdcd]"
/* SCSS */
$brand: #8bfdcd;
/* SwiftUI */
Color(red: 0.545, green: 0.992, blue: 0.804)
/* Android */
Color.parseColor("#8bfdcd")Accessibility — WCAG contrast
Aa
#8bfdcd on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8bfdcd on black: 17.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.5%
Green99.2%
Blue80.4%
CMYK percentages
Cyan45.1%
Magenta0.0%
Yellow19.0%
Key (black)0.8%
Color previews
#8bfdcd text on a black background
contrast 17.03:1
Card sample
#8bfdcd text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8bfdcd;
Background color
Panel with #8bfdcd background
background-color: #8bfdcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8bfdcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(139, 253, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(139, 253, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8bfdcd; background: linear-gradient(135deg, #8bfdcd, #8BE1FD);