Black
#00331C
GreenColor Codes
All color formats for development
HEX
#00331CRGB
rgb(0, 51, 28)HSL
hsl(153, 100%, 10%)OKLCH
oklch(0.283 0.067 157.5)CMYK
cmyk(100%, 0%, 45%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#002E19
2#002916
3#002414
4#001F11
5#001A0E
6#00140B
7#000F08
8#000A06
9#000503
Tints
Lighter variations
1#006135
2#008F4F
3#00BD68
4#00EB81
5#1AFF98
6#47FFAC
7#75FFC1
8#A3FFD6
9#D1FFEA
Tones
Muted variations
1#03301C
2#052E1C
3#082B1B
4#0A291B
5#0D261B
6#0F241B
7#12211A
8#141F1A
9#171C1A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFF #DBFFEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFCA | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFAF | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFF98 | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E07B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B362 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #008046 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #00522D | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #00331C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F0FFF8;
--black-100: #DBFFEF;
--black-200: #BDFFE1;
--black-300: #8AFFCA;
--black-400: #4DFFAF;
--black-500: #1AFF98;
--black-600: #00E07B;
--black-700: #00B362;
--black-800: #008046;
--black-900: #00522D;
--black-950: #00331C;
}