Mint

#95F3B5

Green

Color Codes

All color formats for development

HEX
#95F3B5
RGB
rgb(149, 243, 181)
HSL
hsl(140, 80%, 77%)
OKLCH
oklch(0.889 0.125 154.2)
CMYK
cmyk(39%, 0%, 26%, 5%)

Accessibility

WCAG contrast compliance

On White Background

1.33:1

AA AAA

On Black Background

15.77: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#72EF9C
2#4FEB83
3#2BE76A
4#18D456
5#14B148
6#108D3A
7#0C6A2B
8#08471D
9#04230E

Tints

Lighter variations

1#A0F4BC
2#ABF6C4
3#B5F7CB
4#C0F8D2
5#CAF9DA
6#D5FAE1
7#DFFBE9
8#EAFDF0
9#F4FEF8

Tones

Muted variations

1#9AEFB6
2#9FEAB8
3#A4E5B9
4#A8E1BB
5#ADDCBD
6#B2D7BE
7#B6D2C0
8#BBCEC1
9#C0C9C3

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDF5
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBE8
Light backgroundsTable row hoverSkeleton loading
200
C3F8
#C3F8D5
Secondary backgroundsInput backgroundsDividers
300
95F3
#95F3B5
BordersInactive statesPlaceholder text
400
5EED
#5EED8E
Disabled statesSecondary iconsMuted text
500
30E8
#30E86E
Primary brand colorCTAsActive elementsLinks
600
16CA
#16CA52
Hover statesFocus ringsPrimary buttons hover
700
12A1
#12A141
Active/pressed statesDark mode accentsSecondary text
800
0D73
#0D732F
Text on light backgroundsHeadingsStrong borders
900
0849
#08491E
Primary textHigh emphasis contentDark headings
950
052E
#052E13
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --mint-50: #F1FDF5;
  --mint-100: #DFFBE8;
  --mint-200: #C3F8D5;
  --mint-300: #95F3B5;
  --mint-400: #5EED8E;
  --mint-500: #30E86E;
  --mint-600: #16CA52;
  --mint-700: #12A141;
  --mint-800: #0D732F;
  --mint-900: #08491E;
  --mint-950: #052E13;
}
Generate More ShadesCreate PaletteConvert Color