#8df1cf
a light, electric green · cool · closest name: aquamarine
RGB
141, 241, 207
HSL
160°, 78%, 75%
CMYK
42, 0, 14, 6
Luminance
0.7308
Every format
| HEX | #8df1cf |
| RGB | rgb(141, 241, 207) |
| HSL | hsl(160, 78%, 75%) |
| CMYK | cmyk(42%, 0%, 14%, 6%) |
| LAB | lab(88.5 -37.0 7.3) |
| LCH | lch(88.5 37.7 168.9) |
| OKLCH | oklch(0.887 0.106 169.9) |
Copy-ready code
/* CSS */
color: #8df1cf;
background-color: #8df1cf;
/* Tailwind (arbitrary) */
class="text-[#8df1cf] bg-[#8df1cf]"
/* SCSS */
$brand: #8df1cf;
/* SwiftUI */
Color(red: 0.553, green: 0.945, blue: 0.812)
/* Android */
Color.parseColor("#8df1cf")Accessibility — WCAG contrast
Aa
#8df1cf on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8df1cf on black: 15.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.3%
Green94.5%
Blue81.2%
CMYK percentages
Cyan41.5%
Magenta0.0%
Yellow14.1%
Key (black)5.5%
Color previews
#8df1cf text on a black background
contrast 15.62:1
Card sample
#8df1cf text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8df1cf;
Background color
Panel with #8df1cf background
background-color: #8df1cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8df1cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(141, 241, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(141, 241, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8df1cf; background: linear-gradient(135deg, #8df1cf, #8DD0F1);