#84dfba
a light, vivid green · cool · closest name: aquamarine
RGB
132, 223, 186
HSL
156°, 59%, 70%
CMYK
41, 0, 17, 13
Luminance
0.6123
Every format
| HEX | #84dfba |
| RGB | rgb(132, 223, 186) |
| HSL | hsl(156, 59%, 70%) |
| CMYK | cmyk(41%, 0%, 17%, 13%) |
| LAB | lab(82.5 -35.5 9.7) |
| LCH | lch(82.5 36.8 164.8) |
| OKLCH | oklch(0.836 0.103 166.0) |
Copy-ready code
/* CSS */
color: #84dfba;
background-color: #84dfba;
/* Tailwind (arbitrary) */
class="text-[#84dfba] bg-[#84dfba]"
/* SCSS */
$brand: #84dfba;
/* SwiftUI */
Color(red: 0.518, green: 0.875, blue: 0.729)
/* Android */
Color.parseColor("#84dfba")Accessibility — WCAG contrast
Aa
#84dfba on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#84dfba on black: 13.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green87.5%
Blue72.9%
CMYK percentages
Cyan40.8%
Magenta0.0%
Yellow16.6%
Key (black)12.5%
Color previews
#84dfba text on a black background
contrast 13.25:1
Card sample
#84dfba text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #84dfba;
Background color
Panel with #84dfba background
background-color: #84dfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #84dfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 223, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 223, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #84dfba; background: linear-gradient(135deg, #84dfba, #84C7DF);