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