#81dfba
a light, vivid green · cool · closest name: aquamarine
RGB
129, 223, 186
HSL
156°, 60%, 69%
CMYK
42, 0, 17, 13
Luminance
0.6099
Every format
| HEX | #81dfba |
| RGB | rgb(129, 223, 186) |
| HSL | hsl(156, 60%, 69%) |
| CMYK | cmyk(42%, 0%, 17%, 13%) |
| LAB | lab(82.4 -36.3 9.5) |
| LCH | lch(82.4 37.6 165.4) |
| OKLCH | oklch(0.835 0.105 166.6) |
Copy-ready code
/* CSS */
color: #81dfba;
background-color: #81dfba;
/* Tailwind (arbitrary) */
class="text-[#81dfba] bg-[#81dfba]"
/* SCSS */
$brand: #81dfba;
/* SwiftUI */
Color(red: 0.506, green: 0.875, blue: 0.729)
/* Android */
Color.parseColor("#81dfba")Accessibility — WCAG contrast
Aa
#81dfba on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#81dfba on black: 13.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.6%
Green87.5%
Blue72.9%
CMYK percentages
Cyan42.2%
Magenta0.0%
Yellow16.6%
Key (black)12.5%
Color previews
#81dfba text on a black background
contrast 13.20:1
Card sample
#81dfba text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #81dfba;
Background color
Panel with #81dfba background
background-color: #81dfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #81dfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(129, 223, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(129, 223, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #81dfba; background: linear-gradient(135deg, #81dfba, #81C5DF);