Mint

#67E4B2

Green

Color Codes

All color formats for development

HEX
#67E4B2
RGB
rgb(103, 228, 178)
HSL
hsl(156, 70%, 65%)
OKLCH
oklch(0.834 0.134 164.4)
CMYK
cmyk(55%, 0%, 22%, 11%)

Accessibility

WCAG contrast compliance

On White Background

1.58:1

AA AAA

On Black Background

13.32:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FD
100
#E1FA
200
#C7F5
300
#9BED
400
#67E4
500
#3CDD
600
#22BF
700
#1B98
800
#136C
900
#0C45
950
#082B

Shades

Darker variations

1#4BDFA4
2#2FDA96
3#23C584
4#1EA971
5#198D5E
6#14714C
7#0F5539
8#0A3826
9#051C13

Tints

Lighter variations

1#76E7BA
2#86EAC2
3#95ECC9
4#A4EFD1
5#B3F2D9
6#C2F4E0
7#D1F7E8
8#E1FAF0
9#F0FCF7

Tones

Muted variations

1#6EDEB1
2#74D8B0
3#7AD1AE
4#80CBAD
5#87C5AC
6#8DBFAB
7#93B8A9
8#99B2A8
9#A0ACA7

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF8
BackgroundsSubtle highlightsCard backgrounds
100
E1FA
#E1FAF0
Light backgroundsTable row hoverSkeleton loading
200
C7F5
#C7F5E2
Secondary backgroundsInput backgroundsDividers
300
9BED
#9BEDCD
BordersInactive statesPlaceholder text
400
67E4
#67E4B2
Disabled statesSecondary iconsMuted text
500
3CDD
#3CDD9C
Primary brand colorCTAsActive elementsLinks
600
22BF
#22BF80
Hover statesFocus ringsPrimary buttons hover
700
1B98
#1B9866
Active/pressed statesDark mode accentsSecondary text
800
136C
#136C49
Text on light backgroundsHeadingsStrong borders
900
0C45
#0C452F
Primary textHigh emphasis contentDark headings
950
082B
#082B1D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --mint-50: #F2FDF8;
  --mint-100: #E1FAF0;
  --mint-200: #C7F5E2;
  --mint-300: #9BEDCD;
  --mint-400: #67E4B2;
  --mint-500: #3CDD9C;
  --mint-600: #22BF80;
  --mint-700: #1B9866;
  --mint-800: #136C49;
  --mint-900: #0C452F;
  --mint-950: #082B1D;
}
Generate More ShadesCreate PaletteConvert Color