Mint

#69E2B4

Green

Color Codes

All color formats for development

HEX
#69E2B4
RGB
rgb(105, 226, 180)
HSL
hsl(157, 68%, 65%)
OKLCH
oklch(0.831 0.128 165.8)
CMYK
cmyk(54%, 0%, 20%, 11%)

Accessibility

WCAG contrast compliance

On White Background

1.60:1

AA AAA

On Black Background

13.14:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FD
100
#E1F9
200
#C7F4
300
#9CEC
400
#69E2
500
#3EDA
600
#24BC
700
#1D96
800
#146B
900
#0D45
950
#082B

Shades

Darker variations

1#4DDDA6
2#31D898
3#25C386
4#20A773
5#1B8B60
6#156F4D
7#10543A
8#0B3826
9#051C13

Tints

Lighter variations

1#78E5BB
2#87E8C3
3#96EBCA
4#A5EED2
5#B4F1D9
6#C3F4E1
7#D2F6E8
8#E1F9F0
9#F0FCF7

Tones

Muted variations

1#6FDCB2
2#75D6B1
3#7BD0B0
4#81CAAE
5#87C4AD
6#8DBEAB
7#94B8AA
8#9AB2A9
9#A0ACA7

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF9
BackgroundsSubtle highlightsCard backgrounds
100
E1F9
#E1F9F0
Light backgroundsTable row hoverSkeleton loading
200
C7F4
#C7F4E3
Secondary backgroundsInput backgroundsDividers
300
9CEC
#9CECCE
BordersInactive statesPlaceholder text
400
69E2
#69E2B4
Disabled statesSecondary iconsMuted text
500
3EDA
#3EDA9E
Primary brand colorCTAsActive elementsLinks
600
24BC
#24BC82
Hover statesFocus ringsPrimary buttons hover
700
1D96
#1D9667
Active/pressed statesDark mode accentsSecondary text
800
146B
#146B4A
Text on light backgroundsHeadingsStrong borders
900
0D45
#0D452F
Primary textHigh emphasis contentDark headings
950
082B
#082B1E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --mint-50: #F2FDF9;
  --mint-100: #E1F9F0;
  --mint-200: #C7F4E3;
  --mint-300: #9CECCE;
  --mint-400: #69E2B4;
  --mint-500: #3EDA9E;
  --mint-600: #24BC82;
  --mint-700: #1D9667;
  --mint-800: #146B4A;
  --mint-900: #0D452F;
  --mint-950: #082B1E;
}
Generate More ShadesCreate PaletteConvert Color