Mint

#9BEDB9

Green

Color Codes

All color formats for development

HEX
#9BEDB9
RGB
rgb(155, 237, 185)
HSL
hsl(142, 69%, 77%)
OKLCH
oklch(0.88 0.108 155.6)
CMYK
cmyk(35%, 0%, 22%, 7%)

Accessibility

WCAG contrast compliance

On White Background

1.38:1

AA AAA

On Black Background

15.21:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FD
100
#E1F9
200
#C7F5
300
#9CED
400
#68E3
500
#3DDB
600
#23BE
700
#1C97
800
#146C
900
#0D45
950
#082B

Shades

Darker variations

1#7BE7A2
2#5AE18B
3#38DB74
4#25C760
5#1EA650
6#188540
7#126430
8#0C4220
9#062110

Tints

Lighter variations

1#A6EFC1
2#B0F0C7
3#BAF2CE
4#C4F4D5
5#CDF6DC
6#D7F8E3
7#E1FAEA
8#EBFBF1
9#F5FDF8

Tones

Muted variations

1#A0E9BB
2#A4E5BC
3#A8E1BD
4#ACDDBE
5#B0D9BF
6#B4D5C0
7#B8D0C1
8#BCCCC2
9#C0C8C3

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF6
BackgroundsSubtle highlightsCard backgrounds
100
E1F9
#E1F9EA
Light backgroundsTable row hoverSkeleton loading
200
C7F5
#C7F5D8
Secondary backgroundsInput backgroundsDividers
300
9CED
#9CEDBA
BordersInactive statesPlaceholder text
400
68E3
#68E395
Disabled statesSecondary iconsMuted text
500
3DDB
#3DDB77
Primary brand colorCTAsActive elementsLinks
600
23BE
#23BE5C
Hover statesFocus ringsPrimary buttons hover
700
1C97
#1C9749
Active/pressed statesDark mode accentsSecondary text
800
146C
#146C34
Text on light backgroundsHeadingsStrong borders
900
0D45
#0D4521
Primary textHigh emphasis contentDark headings
950
082B
#082B15
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --mint-50: #F2FDF6;
  --mint-100: #E1F9EA;
  --mint-200: #C7F5D8;
  --mint-300: #9CEDBA;
  --mint-400: #68E395;
  --mint-500: #3DDB77;
  --mint-600: #23BE5C;
  --mint-700: #1C9749;
  --mint-800: #146C34;
  --mint-900: #0D4521;
  --mint-950: #082B15;
}
Generate More ShadesCreate PaletteConvert Color