#8df1cb
a light, electric green · cool · closest name: aquamarine
RGB
141, 241, 203
HSL
157°, 78%, 75%
CMYK
42, 0, 16, 6
Luminance
0.7289
Every format
| HEX | #8df1cb |
| RGB | rgb(141, 241, 203) |
| HSL | hsl(157, 78%, 75%) |
| CMYK | cmyk(42%, 0%, 16%, 6%) |
| LAB | lab(88.4 -37.9 9.2) |
| LCH | lch(88.4 39.0 166.3) |
| OKLCH | oklch(0.886 0.109 167.4) |
Copy-ready code
/* CSS */
color: #8df1cb;
background-color: #8df1cb;
/* Tailwind (arbitrary) */
class="text-[#8df1cb] bg-[#8df1cb]"
/* SCSS */
$brand: #8df1cb;
/* SwiftUI */
Color(red: 0.553, green: 0.945, blue: 0.796)
/* Android */
Color.parseColor("#8df1cb")Accessibility — WCAG contrast
Aa
#8df1cb on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8df1cb on black: 15.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.3%
Green94.5%
Blue79.6%
CMYK percentages
Cyan41.5%
Magenta0.0%
Yellow15.8%
Key (black)5.5%
Color previews
#8df1cb text on a black background
contrast 15.58:1
Card sample
#8df1cb text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8df1cb;
Background color
Panel with #8df1cb background
background-color: #8df1cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8df1cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(141, 241, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(141, 241, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8df1cb; background: linear-gradient(135deg, #8df1cb, #8DD4F1);