Black
#00331F
GreenColor Codes
All color formats for development
HEX
#00331FRGB
rgb(0, 51, 31)HSL
hsl(156, 100%, 10%)OKLCH
oklch(0.283 0.063 160.8)CMYK
cmyk(100%, 0%, 39%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#002E1C
2#002918
3#002415
4#001F12
5#001A0F
6#00140C
7#000F09
8#000A06
9#000503
Tints
Lighter variations
1#00613A
2#008F56
3#00BD71
4#00EB8D
5#1AFFA3
6#47FFB6
7#75FFC8
8#A3FFDA
9#D1FFED
Tones
Muted variations
1#03301E
2#052E1E
3#082B1D
4#0A291D
5#0D261C
6#0F241C
7#12211B
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 #DBFFF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFD0 | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFB8 | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFA3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E087 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B36B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #00804D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #005231 | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #00331F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F0FFF9;
--black-100: #DBFFF1;
--black-200: #BDFFE4;
--black-300: #8AFFD0;
--black-400: #4DFFB8;
--black-500: #1AFFA3;
--black-600: #00E087;
--black-700: #00B36B;
--black-800: #00804D;
--black-900: #005231;
--black-950: #00331F;
}