Black
#003322
GreenColor Codes
All color formats for development
HEX
#003322RGB
rgb(0, 51, 34)HSL
hsl(160, 100%, 10%)OKLCH
oklch(0.284 0.06 164.5)CMYK
cmyk(100%, 0%, 33%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#002E1F
2#00291B
3#002418
4#001F14
5#001A11
6#00140E
7#000F0A
8#000A07
9#000503
Tints
Lighter variations
1#006141
2#008F5F
3#00BD7E
4#00EB9C
5#1AFFB3
6#47FFC2
7#75FFD1
8#A3FFE0
9#D1FFF0
Tones
Muted variations
1#033021
2#052E20
3#082B1F
4#0A291F
5#0D261E
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 #BDFFE9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFD8 | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFC3 | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFB2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E096 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B377 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #008055 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #005236 | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #003322 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F0FFFA;
--black-100: #DBFFF3;
--black-200: #BDFFE9;
--black-300: #8AFFD8;
--black-400: #4DFFC3;
--black-500: #1AFFB2;
--black-600: #00E096;
--black-700: #00B377;
--black-800: #008055;
--black-900: #005236;
--black-950: #003322;
}