Black
#00331E
GreenColor Codes
All color formats for development
HEX
#00331ERGB
rgb(0, 51, 30)HSL
hsl(155, 100%, 10%)OKLCH
oklch(0.283 0.064 159.6)CMYK
cmyk(100%, 0%, 41%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#002E1B
2#002918
3#002415
4#001F12
5#001A0F
6#00140C
7#000F09
8#000A06
9#000503
Tints
Lighter variations
1#006139
2#008F53
3#00BD6E
4#00EB89
5#1AFF9F
6#47FFB3
7#75FFC6
8#A3FFD9
9#D1FFEC
Tones
Muted variations
1#03301D
2#052E1D
3#082B1C
4#0A291C
5#0D261C
6#0F241B
7#12211B
8#141F1A
9#171C1A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFF #DBFFF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFCE | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFB5 | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFF9F | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E083 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B368 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #00804A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #005230 | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #00331E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F0FFF9;
--black-100: #DBFFF0;
--black-200: #BDFFE3;
--black-300: #8AFFCE;
--black-400: #4DFFB5;
--black-500: #1AFF9F;
--black-600: #00E083;
--black-700: #00B368;
--black-800: #00804A;
--black-900: #005230;
--black-950: #00331E;
}