Black
#03301A
GreenColor Codes
All color formats for development
HEX
#03301ARGB
rgb(3, 48, 26)HSL
hsl(151, 88%, 10%)OKLCH
oklch(0.273 0.063 156.5)CMYK
cmyk(94%, 0%, 46%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#032B18
2#022615
3#022212
4#021D10
5#02180D
6#01130A
7#010E08
8#010A05
9#000503
Tints
Lighter variations
1#065B32
2#098649
3#0BB161
4#0EDD79
5#27F190
6#52F4A6
7#7EF7BC
8#A9F9D2
9#D4FCE9
Tones
Muted variations
1#052E1A
2#082B1A
3#0A291A
4#0C271A
5#0E251A
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 #DDFDEE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBDF | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8C6 | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4A8 | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F190 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD373 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA85C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #087842 | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D2A | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #03301A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F1FEF8;
--black-100: #DDFDEE;
--black-200: #C1FBDF;
--black-300: #91F8C6;
--black-400: #57F4A8;
--black-500: #27F190;
--black-600: #0DD373;
--black-700: #0BA85C;
--black-800: #087842;
--black-900: #054D2A;
--black-950: #03301A;
}