#83fbc9
a light, electric green · cool · closest name: aquamarine
RGB
131, 251, 201
HSL
155°, 94%, 75%
CMYK
48, 0, 20, 2
Luminance
0.7804
Every format
| HEX | #83fbc9 |
| RGB | rgb(131, 251, 201) |
| HSL | hsl(155, 94%, 75%) |
| CMYK | cmyk(48%, 0%, 20%, 2%) |
| LAB | lab(90.8 -45.2 13.6) |
| LCH | lch(90.8 47.2 163.2) |
| OKLCH | oklch(0.904 0.131 164.4) |
Copy-ready code
/* CSS */
color: #83fbc9;
background-color: #83fbc9;
/* Tailwind (arbitrary) */
class="text-[#83fbc9] bg-[#83fbc9]"
/* SCSS */
$brand: #83fbc9;
/* SwiftUI */
Color(red: 0.514, green: 0.984, blue: 0.788)
/* Android */
Color.parseColor("#83fbc9")Accessibility — WCAG contrast
Aa
#83fbc9 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#83fbc9 on black: 16.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green98.4%
Blue78.8%
CMYK percentages
Cyan47.8%
Magenta0.0%
Yellow19.9%
Key (black)1.6%
Color previews
#83fbc9 text on a black background
contrast 16.61:1
Card sample
#83fbc9 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #83fbc9;
Background color
Panel with #83fbc9 background
background-color: #83fbc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #83fbc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 251, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 251, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #83fbc9; background: linear-gradient(135deg, #83fbc9, #83DDFB);