#83fdbc
a light, electric green · cool · closest name: aquamarine
RGB
131, 253, 188
HSL
148°, 97%, 75%
CMYK
48, 0, 26, 1
Luminance
0.7871
Every format
| HEX | #83fdbc |
| RGB | rgb(131, 253, 188) |
| HSL | hsl(148, 97%, 75%) |
| CMYK | cmyk(48%, 0%, 26%, 1%) |
| LAB | lab(91.1 -48.6 20.7) |
| LCH | lch(91.1 52.9 156.9) |
| OKLCH | oklch(0.906 0.144 158.4) |
Copy-ready code
/* CSS */
color: #83fdbc;
background-color: #83fdbc;
/* Tailwind (arbitrary) */
class="text-[#83fdbc] bg-[#83fdbc]"
/* SCSS */
$brand: #83fdbc;
/* SwiftUI */
Color(red: 0.514, green: 0.992, blue: 0.737)
/* Android */
Color.parseColor("#83fdbc")Accessibility — WCAG contrast
Aa
#83fdbc on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#83fdbc on black: 16.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green99.2%
Blue73.7%
CMYK percentages
Cyan48.2%
Magenta0.0%
Yellow25.7%
Key (black)0.8%
Color previews
#83fdbc text on a black background
contrast 16.74:1
Card sample
#83fdbc text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #83fdbc;
Background color
Panel with #83fdbc background
background-color: #83fdbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #83fdbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 253, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 253, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #83fdbc; background: linear-gradient(135deg, #83fdbc, #83EDFD);