#8bd2ac
a light, soft green · cool · closest name: aquamarine
RGB
139, 210, 172
HSL
148°, 44%, 68%
CMYK
34, 0, 18, 18
Luminance
0.5456
Every format
| HEX | #8bd2ac |
| RGB | rgb(139, 210, 172) |
| HSL | hsl(148, 44%, 68%) |
| CMYK | cmyk(34%, 0%, 18%, 18%) |
| LAB | lab(78.8 -30.4 11.9) |
| LCH | lch(78.8 32.6 158.7) |
| OKLCH | oklch(0.806 0.090 160.1) |
Copy-ready code
/* CSS */
color: #8bd2ac;
background-color: #8bd2ac;
/* Tailwind (arbitrary) */
class="text-[#8bd2ac] bg-[#8bd2ac]"
/* SCSS */
$brand: #8bd2ac;
/* SwiftUI */
Color(red: 0.545, green: 0.824, blue: 0.675)
/* Android */
Color.parseColor("#8bd2ac")Accessibility — WCAG contrast
Aa
#8bd2ac on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8bd2ac on black: 11.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.5%
Green82.4%
Blue67.5%
CMYK percentages
Cyan33.8%
Magenta0.0%
Yellow18.1%
Key (black)17.6%
Color previews
#8bd2ac text on a black background
contrast 11.91:1
Card sample
#8bd2ac text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8bd2ac;
Background color
Panel with #8bd2ac background
background-color: #8bd2ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8bd2ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(139, 210, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(139, 210, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8bd2ac; background: linear-gradient(135deg, #8bd2ac, #8BC9D2);