#83f8af
a light, electric green · cool · closest name: aquamarine
RGB
131, 248, 175
HSL
143°, 89%, 74%
CMYK
47, 0, 29, 3
Luminance
0.7506
Every format
| HEX | #83f8af |
| RGB | rgb(131, 248, 175) |
| HSL | hsl(143, 89%, 74%) |
| CMYK | cmyk(47%, 0%, 29%, 3%) |
| LAB | lab(89.4 -49.0 25.1) |
| LCH | lch(89.4 55.0 152.9) |
| OKLCH | oklch(0.892 0.148 154.6) |
Copy-ready code
/* CSS */
color: #83f8af;
background-color: #83f8af;
/* Tailwind (arbitrary) */
class="text-[#83f8af] bg-[#83f8af]"
/* SCSS */
$brand: #83f8af;
/* SwiftUI */
Color(red: 0.514, green: 0.973, blue: 0.686)
/* Android */
Color.parseColor("#83f8af")Accessibility — WCAG contrast
Aa
#83f8af on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#83f8af on black: 16.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green97.3%
Blue68.6%
CMYK percentages
Cyan47.2%
Magenta0.0%
Yellow29.4%
Key (black)2.7%
Color previews
#83f8af text on a black background
contrast 16.01:1
Card sample
#83f8af text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #83f8af;
Background color
Panel with #83f8af background
background-color: #83f8af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #83f8af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 248, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 248, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #83f8af; background: linear-gradient(135deg, #83f8af, #83F3F8);