Black
#003323
GreenColor Codes
All color formats for development
HEX
#003323RGB
rgb(0, 51, 35)HSL
hsl(161, 100%, 10%)OKLCH
oklch(0.285 0.059 165.8)CMYK
cmyk(100%, 0%, 31%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#002E1F
2#00291C
3#002418
4#001F15
5#001A11
6#00140E
7#000F0A
8#000A07
9#000503
Tints
Lighter variations
1#006142
2#008F62
3#00BD81
4#00EBA0
5#1AFFB6
6#47FFC5
7#75FFD3
8#A3FFE2
9#D1FFF0
Tones
Muted variations
1#033022
2#052E21
3#082B20
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 #DBFFF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFEA | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFDA | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFC6 | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFB6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E099 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B37A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #008057 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #005238 | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #003323 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F0FFFA;
--black-100: #DBFFF4;
--black-200: #BDFFEA;
--black-300: #8AFFDA;
--black-400: #4DFFC6;
--black-500: #1AFFB6;
--black-600: #00E099;
--black-700: #00B37A;
--black-800: #008057;
--black-900: #005238;
--black-950: #003323;
}