Black
#03301E
GreenColor Codes
All color formats for development
HEX
#03301ERGB
rgb(3, 48, 30)HSL
hsl(156, 88%, 10%)OKLCH
oklch(0.274 0.058 161.2)CMYK
cmyk(94%, 0%, 37%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#032B1B
2#022618
3#022215
4#021D12
5#02180F
6#01130C
7#010E09
8#010A06
9#000503
Tints
Lighter variations
1#065B39
2#098654
3#0BB16F
4#0EDD8A
5#27F1A0
6#52F4B3
7#7EF7C6
8#A9F9D9
9#D4FCEC
Tones
Muted variations
1#052E1E
2#082B1D
3#0A291D
4#0C271C
5#0E251C
6#11221B
7#13201B
8#151E1A
9#171C1A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8CF | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4B5 | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1A0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD384 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA869 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #08784B | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D30 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #03301E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F1FEF9;
--black-100: #DDFDF0;
--black-200: #C1FBE4;
--black-300: #91F8CF;
--black-400: #57F4B5;
--black-500: #27F1A0;
--black-600: #0DD384;
--black-700: #0BA869;
--black-800: #08784B;
--black-900: #054D30;
--black-950: #03301E;
}