#83c097
a balanced, soft green · cool · closest name: seagreen
RGB
131, 192, 151
HSL
140°, 33%, 63%
CMYK
32, 0, 21, 25
Luminance
0.4476
Every format
| HEX | #83c097 |
| RGB | rgb(131, 192, 151) |
| HSL | hsl(140, 33%, 63%) |
| CMYK | cmyk(32%, 0%, 21%, 25%) |
| LAB | lab(72.7 -28.3 14.5) |
| LCH | lch(72.7 31.8 152.8) |
| OKLCH | oklch(0.755 0.086 154.4) |
Copy-ready code
/* CSS */
color: #83c097;
background-color: #83c097;
/* Tailwind (arbitrary) */
class="text-[#83c097] bg-[#83c097]"
/* SCSS */
$brand: #83c097;
/* SwiftUI */
Color(red: 0.514, green: 0.753, blue: 0.592)
/* Android */
Color.parseColor("#83c097")Accessibility — WCAG contrast
Aa
#83c097 on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#83c097 on black: 9.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green75.3%
Blue59.2%
CMYK percentages
Cyan31.8%
Magenta0.0%
Yellow21.4%
Key (black)24.7%
Color previews
#83c097 text on a black background
contrast 9.95:1
Card sample
#83c097 text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #83c097;
Background color
Panel with #83c097 background
background-color: #83c097;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #83c097;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 192, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 192, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #83c097; background: linear-gradient(135deg, #83c097, #83C0C0);