Mint

#5EEDAF

Green

Color Codes

All color formats for development

HEX
#5EEDAF
RGB
rgb(94, 237, 175)
HSL
hsl(154, 80%, 65%)
OKLCH
oklch(0.852 0.152 161.7)
CMYK
cmyk(60%, 0%, 26%, 7%)

Accessibility

WCAG contrast compliance

On White Background

1.48:1

AA AAA

On Black Background

14.21: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#41EAA0
2#23E792
3#17D180
4#14B36E
5#11955C
6#0D7749
7#0A5A37
8#073C25
9#031E12

Tints

Lighter variations

1#6EEFB7
2#7EF1BF
3#8FF3C7
4#9FF4CF
5#AFF6D7
6#BFF8DF
7#CFFAE7
8#DFFBEF
9#EFFDF7

Tones

Muted variations

1#65E6AE
2#6DDFAD
3#74D8AC
4#7BD1AB
5#82C9AB
6#89C2AA
7#90BBA9
8#97B4A8
9#9FADA7

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDF8
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBEF
Light backgroundsTable row hoverSkeleton loading
200
C3F8
#C3F8E1
Secondary backgroundsInput backgroundsDividers
300
95F3
#95F3CB
BordersInactive statesPlaceholder text
400
5EED
#5EEDAF
Disabled statesSecondary iconsMuted text
500
30E8
#30E898
Primary brand colorCTAsActive elementsLinks
600
16CA
#16CA7C
Hover statesFocus ringsPrimary buttons hover
700
12A1
#12A163
Active/pressed statesDark mode accentsSecondary text
800
0D73
#0D7347
Text on light backgroundsHeadingsStrong borders
900
0849
#08492D
Primary textHigh emphasis contentDark headings
950
052E
#052E1C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --mint-50: #F1FDF8;
  --mint-100: #DFFBEF;
  --mint-200: #C3F8E1;
  --mint-300: #95F3CB;
  --mint-400: #5EEDAF;
  --mint-500: #30E898;
  --mint-600: #16CA7C;
  --mint-700: #12A163;
  --mint-800: #0D7347;
  --mint-900: #08492D;
  --mint-950: #052E1C;
}
Generate More ShadesCreate PaletteConvert Color