#83fbab
a light, electric green · cool · closest name: aquamarine
RGB
131, 251, 171
HSL
140°, 94%, 75%
CMYK
48, 0, 32, 2
Luminance
0.7676
Every format
| HEX | #83fbab |
| RGB | rgb(131, 251, 171) |
| HSL | hsl(140, 94%, 75%) |
| CMYK | cmyk(48%, 0%, 32%, 2%) |
| LAB | lab(90.2 -51.0 28.2) |
| LCH | lch(90.2 58.2 151.1) |
| OKLCH | oklch(0.898 0.156 152.9) |
Copy-ready code
/* CSS */
color: #83fbab;
background-color: #83fbab;
/* Tailwind (arbitrary) */
class="text-[#83fbab] bg-[#83fbab]"
/* SCSS */
$brand: #83fbab;
/* SwiftUI */
Color(red: 0.514, green: 0.984, blue: 0.671)
/* Android */
Color.parseColor("#83fbab")Accessibility — WCAG contrast
Aa
#83fbab on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#83fbab on black: 16.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green98.4%
Blue67.1%
CMYK percentages
Cyan47.8%
Magenta0.0%
Yellow31.9%
Key (black)1.6%
Color previews
#83fbab text on a black background
contrast 16.35:1
Card sample
#83fbab text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #83fbab;
Background color
Panel with #83fbab background
background-color: #83fbab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #83fbab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 251, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 251, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #83fbab; background: linear-gradient(135deg, #83fbab, #83FBFB);