Mint

#95F3A0

Green

Color Codes

All color formats for development

HEX
#95F3A0
RGB
rgb(149, 243, 160)
HSL
hsl(127, 80%, 77%)
OKLCH
oklch(0.885 0.145 147)
CMYK
cmyk(39%, 0%, 34%, 5%)

Accessibility

WCAG contrast compliance

On White Background

1.35:1

AA AAA

On Black Background

15.61:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FD
100
#DFFB
200
#C3F8
300
#95F3
400
#5EED
500
#30E8
600
#16CA
700
#12A1
800
#0D73
900
#0849
950
#052E

Shades

Darker variations

1#72EF81
2#4FEB61
3#2BE741
4#18D42E
5#14B126
6#108D1E
7#0C6A17
8#08470F
9#042308

Tints

Lighter variations

1#A0F4AA
2#ABF6B3
3#B5F7BD
4#C0F8C6
5#CAF9D0
6#D5FAD9
7#DFFBE3
8#EAFDEC
9#F4FEF6

Tones

Muted variations

1#9AEFA4
2#9FEAA8
3#A4E5AB
4#A8E1AF
5#ADDCB2
6#B2D7B6
7#B6D2BA
8#BBCEBD
9#C0C9C1

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDF3
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBE2
Light backgroundsTable row hoverSkeleton loading
200
C3F8
#C3F8CA
Secondary backgroundsInput backgroundsDividers
300
95F3
#95F3A0
BordersInactive statesPlaceholder text
400
5EED
#5EED6F
Disabled statesSecondary iconsMuted text
500
30E8
#30E846
Primary brand colorCTAsActive elementsLinks
600
16CA
#16CA2B
Hover statesFocus ringsPrimary buttons hover
700
12A1
#12A123
Active/pressed statesDark mode accentsSecondary text
800
0D73
#0D7319
Text on light backgroundsHeadingsStrong borders
900
0849
#084910
Primary textHigh emphasis contentDark headings
950
052E
#052E0A
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --mint-50: #F1FDF3;
  --mint-100: #DFFBE2;
  --mint-200: #C3F8CA;
  --mint-300: #95F3A0;
  --mint-400: #5EED6F;
  --mint-500: #30E846;
  --mint-600: #16CA2B;
  --mint-700: #12A123;
  --mint-800: #0D7319;
  --mint-900: #084910;
  --mint-950: #052E0A;
}
Generate More ShadesCreate PaletteConvert Color