Mint

#9BEEB2

Green

Color Codes

All color formats for development

HEX
#9BEEB2
RGB
rgb(155, 238, 178)
HSL
hsl(137, 71%, 77%)
OKLCH
oklch(0.88 0.116 152.2)
CMYK
cmyk(35%, 0%, 25%, 7%)

Accessibility

WCAG contrast compliance

On White Background

1.38:1

AA AAA

On Black Background

15.27:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FD
100
#E0FA
200
#C6F5
300
#9BEE
400
#66E5
500
#3BDE
600
#21C0
700
#1A99
800
#126D
900
#0C46
950
#072C

Shades

Darker variations

1#79E899
2#58E37F
3#36DD65
4#22C952
5#1CA844
6#178636
7#116529
8#0B431B
9#06220E

Tints

Lighter variations

1#A5F0BA
2#AFF1C2
3#B9F3C9
4#C3F5D1
5#CDF6D9
6#D7F8E0
7#E1FAE8
8#EBFCF0
9#F5FDF7

Tones

Muted variations

1#9FEAB4
2#A3E6B6
3#A7E1B8
4#ABDDBA
5#B0D9BB
6#B4D5BD
7#B8D1BF
8#BCCDC1
9#C0C9C3

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF5
BackgroundsSubtle highlightsCard backgrounds
100
E0FA
#E0FAE8
Light backgroundsTable row hoverSkeleton loading
200
C6F5
#C6F5D4
Secondary backgroundsInput backgroundsDividers
300
9BEE
#9BEEB2
BordersInactive statesPlaceholder text
400
66E5
#66E58A
Disabled statesSecondary iconsMuted text
500
3BDE
#3BDE69
Primary brand colorCTAsActive elementsLinks
600
21C0
#21C04E
Hover statesFocus ringsPrimary buttons hover
700
1A99
#1A993E
Active/pressed statesDark mode accentsSecondary text
800
126D
#126D2C
Text on light backgroundsHeadingsStrong borders
900
0C46
#0C461C
Primary textHigh emphasis contentDark headings
950
072C
#072C12
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --mint-50: #F2FDF5;
  --mint-100: #E0FAE8;
  --mint-200: #C6F5D4;
  --mint-300: #9BEEB2;
  --mint-400: #66E58A;
  --mint-500: #3BDE69;
  --mint-600: #21C04E;
  --mint-700: #1A993E;
  --mint-800: #126D2C;
  --mint-900: #0C461C;
  --mint-950: #072C12;
}
Generate More ShadesCreate PaletteConvert Color