Black
#01321D
GreenColor Codes
All color formats for development
HEX
#01321DRGB
rgb(1, 50, 29)HSL
hsl(154, 96%, 10%)OKLCH
oklch(0.28 0.063 159)CMYK
cmyk(98%, 0%, 42%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#012D1A
2#012817
3#012314
4#011E11
5#01190E
6#00140C
7#000F09
8#000A06
9#000503
Tints
Lighter variations
1#025F37
2#038C51
3#04B96A
4#05E684
5#1EFA9B
6#4BFBAF
7#78FCC3
8#A5FDD7
9#D2FEEB
Tones
Muted variations
1#03301C
2#062D1C
3#082B1C
4#0B281B
5#0D261B
6#10231B
7#12211A
8#151E1A
9#171C1A
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 {
--black-50: #F0FFF8;
--black-100: #DCFEEF;
--black-200: #BEFEE2;
--black-300: #8CFDCC;
--black-400: #50FBB1;
--black-500: #1EFA9B;
--black-600: #04DC7F;
--black-700: #04AF65;
--black-800: #037D48;
--black-900: #02502E;
--black-950: #01321D;
}