Black
#003321
GreenColor Codes
All color formats for development
HEX
#003321RGB
rgb(0, 51, 33)HSL
hsl(159, 100%, 10%)OKLCH
oklch(0.284 0.061 163.2)CMYK
cmyk(100%, 0%, 35%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#002E1E
2#00291B
3#002417
4#001F14
5#001A11
6#00140D
7#000F0A
8#000A07
9#000503
Tints
Lighter variations
1#00613F
2#008F5D
3#00BD7B
4#00EB98
5#1AFFAF
6#47FFBF
7#75FFCF
8#A3FFDF
9#D1FFEF
Tones
Muted variations
1#033020
2#052E20
3#082B1F
4#0A291E
5#0D261D
6#0F241D
7#12211C
8#141F1B
9#171C1A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFF #DBFFF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFE8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFD6 | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFC1 | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFAF | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E092 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B374 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #008053 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #005235 | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #003321 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F0FFFA;
--black-100: #DBFFF3;
--black-200: #BDFFE8;
--black-300: #8AFFD6;
--black-400: #4DFFC1;
--black-500: #1AFFAF;
--black-600: #00E092;
--black-700: #00B374;
--black-800: #008053;
--black-900: #005235;
--black-950: #003321;
}