Mint
#51FBB7
GreenColor Codes
All color formats for development
HEX
#51FBB7RGB
rgb(81, 251, 183)HSL
hsl(156, 96%, 65%)OKLCH
oklch(0.885 0.169 162.3)CMYK
cmyk(68%, 0%, 27%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#30FBA9
2#0FFA9C
3#05E38A
4#04C377
5#03A263
6#03824F
7#02613B
8#014128
9#012014
Tints
Lighter variations
1#62FCBE
2#73FCC5
3#85FDCD
4#96FDD4
5#A8FDDB
6#B9FEE2
7#CBFEE9
8#DCFEF1
9#EEFFF8
Tones
Muted variations
1#59F3B5
2#61EAB3
3#6AE2B2
4#72D9B0
5#7BD1AE
6#83C8AD
7#8CBFAB
8#95B7A9
9#9DAEA7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFE #BEFEE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CFD #8CFDD0 | BordersInactive statesPlaceholder text |
| 400 | 50FB #50FBB7 | Disabled statesSecondary iconsMuted text |
| 500 | 1EFA #1EFAA2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 04DC #04DC86 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AF #04AF6A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037D #037D4C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #025031 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #01321E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F0FFF9;
--mint-100: #DCFEF1;
--mint-200: #BEFEE4;
--mint-300: #8CFDD0;
--mint-400: #50FBB7;
--mint-500: #1EFAA2;
--mint-600: #04DC86;
--mint-700: #04AF6A;
--mint-800: #037D4C;
--mint-900: #025031;
--mint-950: #01321E;
}