Black
#013221
GreenColor Codes
All color formats for development
HEX
#013221RGB
rgb(1, 50, 33)HSL
hsl(159, 96%, 10%)OKLCH
oklch(0.281 0.059 163.8)CMYK
cmyk(98%, 0%, 34%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#012D1E
2#01281A
3#012317
4#011E14
5#011910
6#00140D
7#000F0A
8#000A07
9#000503
Tints
Lighter variations
1#025F3E
2#038C5C
3#04B97A
4#05E697
5#1EFAAD
6#4BFBBE
7#78FCCE
8#A5FDDE
9#D2FEEF
Tones
Muted variations
1#033020
2#062D1F
3#082B1F
4#0B281E
5#0D261D
6#10231C
7#12211C
8#151E1B
9#171C1A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFE #BEFEE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CFD #8CFDD5 | BordersInactive statesPlaceholder text |
| 400 | 50FB #50FBBF | Disabled statesSecondary iconsMuted text |
| 500 | 1EFA #1EFAAD | Primary brand colorCTAsActive elementsLinks |
| 600 | 04DC #04DC91 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AF #04AF73 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037D #037D52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #025035 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013221 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F0FFFA;
--black-100: #DCFEF2;
--black-200: #BEFEE7;
--black-300: #8CFDD5;
--black-400: #50FBBF;
--black-500: #1EFAAD;
--black-600: #04DC91;
--black-700: #04AF73;
--black-800: #037D52;
--black-900: #025035;
--black-950: #013221;
}