Black
#03301C
GreenColor Codes
All color formats for development
HEX
#03301CRGB
rgb(3, 48, 28)HSL
hsl(153, 88%, 10%)OKLCH
oklch(0.274 0.06 158.7)CMYK
cmyk(94%, 0%, 42%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#032B19
2#022616
3#022213
4#021D11
5#02180E
6#01130B
7#010E08
8#010A06
9#000503
Tints
Lighter variations
1#065B35
2#09864E
3#0BB167
4#0EDD80
5#27F196
6#52F4AB
7#7EF7C0
8#A9F9D5
9#D4FCEA
Tones
Muted variations
1#052E1C
2#082B1B
3#0A291B
4#0C271B
5#0E251B
6#11221A
7#13201A
8#151E1A
9#171C1A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8CA | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4AE | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F196 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD37A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA861 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #087845 | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D2C | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #03301C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F1FEF8;
--black-100: #DDFDEF;
--black-200: #C1FBE1;
--black-300: #91F8CA;
--black-400: #57F4AE;
--black-500: #27F196;
--black-600: #0DD37A;
--black-700: #0BA861;
--black-800: #087845;
--black-900: #054D2C;
--black-950: #03301C;
}