Black
#01321E
GreenColor Codes
All color formats for development
HEX
#01321ERGB
rgb(1, 50, 30)HSL
hsl(156, 96%, 10%)OKLCH
oklch(0.28 0.062 160.1)CMYK
cmyk(98%, 0%, 40%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#012D1B
2#012818
3#012315
4#011E12
5#01190F
6#00140C
7#000F09
8#000A06
9#000503
Tints
Lighter variations
1#025F3A
2#038C55
3#04B970
4#05E68C
5#1EFAA2
6#4BFBB5
7#78FCC7
8#A5FDDA
9#D2FEEC
Tones
Muted variations
1#03301E
2#062D1D
3#082B1D
4#0B281C
5#0D261C
6#10231B
7#12211B
8#151E1A
9#171C1A
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 {
--black-50: #F0FFF9;
--black-100: #DCFEF1;
--black-200: #BEFEE4;
--black-300: #8CFDD0;
--black-400: #50FBB7;
--black-500: #1EFAA2;
--black-600: #04DC86;
--black-700: #04AF6A;
--black-800: #037D4C;
--black-900: #025031;
--black-950: #01321E;
}