Black
#003324
GreenColor Codes
All color formats for development
HEX
#003324RGB
rgb(0, 51, 36)HSL
hsl(162, 100%, 10%)OKLCH
oklch(0.285 0.058 167.2)CMYK
cmyk(100%, 0%, 29%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#002E20
2#00291D
3#002419
4#001F15
5#001A12
6#00140E
7#000F0B
8#000A07
9#000504
Tints
Lighter variations
1#006144
2#008F64
3#00BD84
4#00EBA4
5#1AFFBA
6#47FFC8
7#75FFD6
8#A3FFE3
9#D1FFF1
Tones
Muted variations
1#033023
2#052E22
3#082B21
4#0A2920
5#0D261F
6#0F241E
7#12211D
8#141F1C
9#171C1B
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 #BDFFEB | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFDC | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFC9 | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFBA | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E09D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B37D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #008059 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #005239 | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #003324 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F0FFFA;
--black-100: #DBFFF4;
--black-200: #BDFFEB;
--black-300: #8AFFDC;
--black-400: #4DFFC9;
--black-500: #1AFFBA;
--black-600: #00E09D;
--black-700: #00B37D;
--black-800: #008059;
--black-900: #005239;
--black-950: #003324;
}