#83dfba
a light, vivid green · cool · closest name: aquamarine
RGB
131, 223, 186
HSL
156°, 59%, 69%
CMYK
41, 0, 17, 13
Luminance
0.6115
Every format
| HEX | #83dfba |
| RGB | rgb(131, 223, 186) |
| HSL | hsl(156, 59%, 69%) |
| CMYK | cmyk(41%, 0%, 17%, 13%) |
| LAB | lab(82.5 -35.8 9.6) |
| LCH | lch(82.5 37.1 165.0) |
| OKLCH | oklch(0.836 0.103 166.2) |
Copy-ready code
/* CSS */
color: #83dfba;
background-color: #83dfba;
/* Tailwind (arbitrary) */
class="text-[#83dfba] bg-[#83dfba]"
/* SCSS */
$brand: #83dfba;
/* SwiftUI */
Color(red: 0.514, green: 0.875, blue: 0.729)
/* Android */
Color.parseColor("#83dfba")Accessibility — WCAG contrast
Aa
#83dfba on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#83dfba on black: 13.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green87.5%
Blue72.9%
CMYK percentages
Cyan41.3%
Magenta0.0%
Yellow16.6%
Key (black)12.5%
Color previews
#83dfba text on a black background
contrast 13.23:1
Card sample
#83dfba text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #83dfba;
Background color
Panel with #83dfba background
background-color: #83dfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #83dfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 223, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 223, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #83dfba; background: linear-gradient(135deg, #83dfba, #83C7DF);