Mint

#95F3A5

Green

Color Codes

All color formats for development

HEX
#95F3A5
RGB
rgb(149, 243, 165)
HSL
hsl(130, 80%, 77%)
OKLCH
oklch(0.886 0.14 148.5)
CMYK
cmyk(39%, 0%, 32%, 5%)

Accessibility

WCAG contrast compliance

On White Background

1.34:1

AA AAA

On Black Background

15.64: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#72EF87
2#4FEB69
3#2BE74B
4#18D437
5#14B12E
6#108D25
7#0C6A1B
8#084712
9#042309

Tints

Lighter variations

1#A0F4AE
2#ABF6B7
3#B5F7C0
4#C0F8C9
5#CAF9D2
6#D5FADB
7#DFFBE4
8#EAFDED
9#F4FEF6

Tones

Muted variations

1#9AEFA8
2#9FEAAB
3#A4E5AE
4#A8E1B2
5#ADDCB5
6#B2D7B8
7#B6D2BB
8#BBCEBE
9#C0C9C1

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDF3
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBE4
Light backgroundsTable row hoverSkeleton loading
200
C3F8
#C3F8CC
Secondary backgroundsInput backgroundsDividers
300
95F3
#95F3A5
BordersInactive statesPlaceholder text
400
5EED
#5EED76
Disabled statesSecondary iconsMuted text
500
30E8
#30E84F
Primary brand colorCTAsActive elementsLinks
600
16CA
#16CA34
Hover statesFocus ringsPrimary buttons hover
700
12A1
#12A12A
Active/pressed statesDark mode accentsSecondary text
800
0D73
#0D731E
Text on light backgroundsHeadingsStrong borders
900
0849
#084913
Primary textHigh emphasis contentDark headings
950
052E
#052E0C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --mint-50: #F1FDF3;
  --mint-100: #DFFBE4;
  --mint-200: #C3F8CC;
  --mint-300: #95F3A5;
  --mint-400: #5EED76;
  --mint-500: #30E84F;
  --mint-600: #16CA34;
  --mint-700: #12A12A;
  --mint-800: #0D731E;
  --mint-900: #084913;
  --mint-950: #052E0C;
}
Generate More ShadesCreate PaletteConvert Color