Mint

#8CFDCC

Green

Color Codes

All color formats for development

HEX
#8CFDCC
RGB
rgb(140, 253, 204)
HSL
hsl(154, 97%, 77%)
OKLCH
oklch(0.914 0.125 163.9)
CMYK
cmyk(45%, 0%, 19%, 1%)

Accessibility

WCAG contrast compliance

On White Background

1.23:1

AA AAA

On Black Background

17.04:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FF
100
#DCFE
200
#BEFE
300
#8BFD
400
#4FFC
500
#1DFC
600
#03DD
700
#03B0
800
#027E
900
#0150
950
#0132

Shades

Darker variations

1#65FDBB
2#3EFCAA
3#17FB99
4#04E885
5#03C16F
6#029B59
7#027443
8#014D2C
9#012716

Tints

Lighter variations

1#97FDD1
2#A3FED6
3#AEFEDB
4#BAFEE0
5#C5FEE5
6#D1FEEB
7#DCFEF0
8#E8FFF5
9#F3FFFA

Tones

Muted variations

1#91F8CB
2#97F2CA
3#9DECCA
4#A2E6C9
5#A8E1C8
6#AEDBC7
7#B3D5C7
8#B9D0C6
9#BFCAC5

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FF
#F0FFF8
BackgroundsSubtle highlightsCard backgrounds
100
DCFE
#DCFEEF
Light backgroundsTable row hoverSkeleton loading
200
BEFE
#BEFEE2
Secondary backgroundsInput backgroundsDividers
300
8BFD
#8BFDCC
BordersInactive statesPlaceholder text
400
4FFC
#4FFCB1
Disabled statesSecondary iconsMuted text
500
1DFC
#1DFC9B
Primary brand colorCTAsActive elementsLinks
600
03DD
#03DD7F
Hover statesFocus ringsPrimary buttons hover
700
03B0
#03B065
Active/pressed statesDark mode accentsSecondary text
800
027E
#027E48
Text on light backgroundsHeadingsStrong borders
900
0150
#01502E
Primary textHigh emphasis contentDark headings
950
0132
#01321D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --mint-50: #F0FFF8;
  --mint-100: #DCFEEF;
  --mint-200: #BEFEE2;
  --mint-300: #8BFDCC;
  --mint-400: #4FFCB1;
  --mint-500: #1DFC9B;
  --mint-600: #03DD7F;
  --mint-700: #03B065;
  --mint-800: #027E48;
  --mint-900: #01502E;
  --mint-950: #01321D;
}
Generate More ShadesCreate PaletteConvert Color