#8feabc
a light, vivid green · cool · closest name: aquamarine
RGB
143, 234, 188
HSL
150°, 68%, 74%
CMYK
39, 0, 20, 8
Luminance
0.6832
Every format
| HEX | #8feabc |
| RGB | rgb(143, 234, 188) |
| HSL | hsl(150, 68%, 74%) |
| CMYK | cmyk(39%, 0%, 20%, 8%) |
| LAB | lab(86.2 -37.2 13.9) |
| LCH | lch(86.2 39.7 159.5) |
| OKLCH | oklch(0.867 0.109 160.9) |
Copy-ready code
/* CSS */
color: #8feabc;
background-color: #8feabc;
/* Tailwind (arbitrary) */
class="text-[#8feabc] bg-[#8feabc]"
/* SCSS */
$brand: #8feabc;
/* SwiftUI */
Color(red: 0.561, green: 0.918, blue: 0.737)
/* Android */
Color.parseColor("#8feabc")Accessibility — WCAG contrast
Aa
#8feabc on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8feabc on black: 14.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green91.8%
Blue73.7%
CMYK percentages
Cyan38.9%
Magenta0.0%
Yellow19.7%
Key (black)8.2%
Color previews
#8feabc text on a black background
contrast 14.66:1
Card sample
#8feabc text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8feabc;
Background color
Panel with #8feabc background
background-color: #8feabc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8feabc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 234, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 234, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8feabc; background: linear-gradient(135deg, #8feabc, #8FDBEA);