#84ffbe
a light, electric green · cool · closest name: aquamarine
RGB
132, 255, 190
HSL
148°, 100%, 76%
CMYK
48, 0, 26, 0
Luminance
0.8014
Every format
| HEX | #84ffbe |
| RGB | rgb(132, 255, 190) |
| HSL | hsl(148, 100%, 76%) |
| CMYK | cmyk(48%, 0%, 26%, 0%) |
| LAB | lab(91.8 -48.9 20.6) |
| LCH | lch(91.8 53.0 157.1) |
| OKLCH | oklch(0.912 0.144 158.6) |
Copy-ready code
/* CSS */
color: #84ffbe;
background-color: #84ffbe;
/* Tailwind (arbitrary) */
class="text-[#84ffbe] bg-[#84ffbe]"
/* SCSS */
$brand: #84ffbe;
/* SwiftUI */
Color(red: 0.518, green: 1.000, blue: 0.745)
/* Android */
Color.parseColor("#84ffbe")Accessibility — WCAG contrast
Aa
#84ffbe on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#84ffbe on black: 17.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green100.0%
Blue74.5%
CMYK percentages
Cyan48.2%
Magenta0.0%
Yellow25.5%
Key (black)0.0%
Color previews
#84ffbe text on a black background
contrast 17.03:1
Card sample
#84ffbe text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #84ffbe;
Background color
Panel with #84ffbe background
background-color: #84ffbe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #84ffbe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 255, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 255, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #84ffbe; background: linear-gradient(135deg, #84ffbe, #84EEFF);