Mint

#73D99D

Green

Color Codes

All color formats for development

HEX
#73D99D
RGB
rgb(115, 217, 157)
HSL
hsl(145, 57%, 65%)
OKLCH
oklch(0.808 0.129 156.1)
CMYK
cmyk(47%, 0%, 28%, 15%)

Accessibility

WCAG contrast compliance

On White Background

1.73:1

AA AAA

On Black Background

12.14:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3FC
100
#E3F7
200
#CBF1
300
#A3E6
400
#73D9
500
#4BCE
600
#30B0
700
#268C
800
#1B64
900
#1240
950
#0B28

Shades

Darker variations

1#59D18B
2#3FCA79
3#32B669
4#2B9C5A
5#24824B
6#1D683C
7#154E2D
8#0E341E
9#071A0F

Tints

Lighter variations

1#81DCA7
2#8FE0B1
3#9DE4BB
4#ABE8C4
5#B9ECCE
6#C7F0D8
7#D5F3E2
8#E3F7EB
9#F1FBF5

Tones

Muted variations

1#78D49E
2#7DCE9F
3#82C9A0
4#87C4A1
5#8CBFA2
6#91BAA2
7#96B5A3
8#9CB0A4
9#A1ABA5

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3FC
#F3FCF7
BackgroundsSubtle highlightsCard backgrounds
100
E3F7
#E3F7EB
Light backgroundsTable row hoverSkeleton loading
200
CBF1
#CBF1DB
Secondary backgroundsInput backgroundsDividers
300
A3E6
#A3E6BF
BordersInactive statesPlaceholder text
400
73D9
#73D99D
Disabled statesSecondary iconsMuted text
500
4BCE
#4BCE81
Primary brand colorCTAsActive elementsLinks
600
30B0
#30B066
Hover statesFocus ringsPrimary buttons hover
700
268C
#268C51
Active/pressed statesDark mode accentsSecondary text
800
1B64
#1B643A
Text on light backgroundsHeadingsStrong borders
900
1240
#124025
Primary textHigh emphasis contentDark headings
950
0B28
#0B2817
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --mint-50: #F3FCF7;
  --mint-100: #E3F7EB;
  --mint-200: #CBF1DB;
  --mint-300: #A3E6BF;
  --mint-400: #73D99D;
  --mint-500: #4BCE81;
  --mint-600: #30B066;
  --mint-700: #268C51;
  --mint-800: #1B643A;
  --mint-900: #124025;
  --mint-950: #0B2817;
}
Generate More ShadesCreate PaletteConvert Color