Mint
#51FBB1
GreenColor Codes
All color formats for development
HEX
#51FBB1RGB
rgb(81, 251, 177)HSL
hsl(154, 96%, 65%)OKLCH
oklch(0.883 0.174 160.3)CMYK
cmyk(68%, 0%, 29%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#30FBA3
2#0FFA94
3#05E383
4#04C370
5#03A25D
6#03824B
7#026138
8#014125
9#012013
Tints
Lighter variations
1#62FCB9
2#73FCC1
3#85FDC9
4#96FDD0
5#A8FDD8
6#B9FEE0
7#CBFEE8
8#DCFEEF
9#EEFFF7
Tones
Muted variations
1#59F3B0
2#61EAAF
3#6AE2AE
4#72D9AD
5#7BD1AB
6#83C8AA
7#8CBFA9
8#95B7A8
9#9DAEA7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFE #BEFEE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CFD #8CFDCC | BordersInactive statesPlaceholder text |
| 400 | 50FB #50FBB1 | Disabled statesSecondary iconsMuted text |
| 500 | 1EFA #1EFA9B | Primary brand colorCTAsActive elementsLinks |
| 600 | 04DC #04DC7F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AF #04AF65 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037D #037D48 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #02502E | 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: #8CFDCC;
--mint-400: #50FBB1;
--mint-500: #1EFA9B;
--mint-600: #04DC7F;
--mint-700: #04AF65;
--mint-800: #037D48;
--mint-900: #02502E;
--mint-950: #01321D;
}