Black
#013222
GreenColor Codes
All color formats for development
HEX
#013222RGB
rgb(1, 50, 34)HSL
hsl(160, 96%, 10%)OKLCH
oklch(0.281 0.058 165.2)CMYK
cmyk(98%, 0%, 32%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#012D1E
2#01281B
3#012318
4#011E14
5#011911
6#00140D
7#000F0A
8#000A07
9#000503
Tints
Lighter variations
1#025F40
2#038C5E
3#04B97D
4#05E69B
5#1EFAB1
6#4BFBC1
7#78FCD0
8#A5FDE0
9#D2FEEF
Tones
Muted variations
1#033021
2#062D20
3#082B1F
4#0B281E
5#0D261E
6#10231D
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 #DCFEF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFE #BEFEE8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CFD #8CFDD7 | BordersInactive statesPlaceholder text |
| 400 | 50FB #50FBC2 | Disabled statesSecondary iconsMuted text |
| 500 | 1EFA #1EFAB1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 04DC #04DC94 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AF #04AF76 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037D #037D54 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #025036 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013222 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F0FFFA;
--black-100: #DCFEF3;
--black-200: #BEFEE8;
--black-300: #8CFDD7;
--black-400: #50FBC2;
--black-500: #1EFAB1;
--black-600: #04DC94;
--black-700: #04AF76;
--black-800: #037D54;
--black-900: #025036;
--black-950: #013222;
}