Mint
#9AEFB8
GreenColor Codes
All color formats for development
HEX
#9AEFB8RGB
rgb(154, 239, 184)HSL
hsl(141, 73%, 77%)OKLCH
oklch(0.883 0.113 155)CMYK
cmyk(36%, 0%, 23%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#78EAA0
2#56E588
3#34DF70
4#20CC5C
5#1BAA4D
6#15883D
7#10662E
8#0B441F
9#05220F
Tints
Lighter variations
1#A4F1BF
2#AEF2C6
3#B8F4CD
4#C2F5D4
5#CCF7DB
6#D6F9E2
7#E1FAEA
8#EBFCF1
9#F5FDF8
Tones
Muted variations
1#9EEBB9
2#A2E7BA
3#A6E2BB
4#ABDEBD
5#AFDABE
6#B3D5BF
7#B8D1C0
8#BCCDC2
9#C0C9C3
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAE9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFB8 | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E792 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E073 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC258 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A46 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E32 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4720 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C14 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FDF6;
--mint-100: #E0FAE9;
--mint-200: #C6F6D7;
--mint-300: #9AEFB8;
--mint-400: #65E792;
--mint-500: #38E073;
--mint-600: #1EC258;
--mint-700: #189A46;
--mint-800: #116E32;
--mint-900: #0B4720;
--mint-950: #072C14;
}