Black
#003320
GreenColor Codes
All color formats for development
HEX
#003320RGB
rgb(0, 51, 32)HSL
hsl(158, 100%, 10%)OKLCH
oklch(0.284 0.062 161.9)CMYK
cmyk(100%, 0%, 37%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#002E1D
2#00291A
3#002417
4#001F13
5#001A10
6#00140D
7#000F0A
8#000A06
9#000503
Tints
Lighter variations
1#00613D
2#008F5A
3#00BD78
4#00EB95
5#1AFFAB
6#47FFBC
7#75FFCD
8#A3FFDD
9#D1FFEE
Tones
Muted variations
1#033020
2#052E1F
3#082B1E
4#0A291E
5#0D261D
6#0F241C
7#12211C
8#141F1B
9#171C1A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFF #DBFFF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFD4 | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFBE | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFAB | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E08E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B371 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #008051 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #005234 | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #003320 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F0FFF9;
--black-100: #DBFFF2;
--black-200: #BDFFE7;
--black-300: #8AFFD4;
--black-400: #4DFFBE;
--black-500: #1AFFAB;
--black-600: #00E08E;
--black-700: #00B371;
--black-800: #008051;
--black-900: #005234;
--black-950: #003320;
}