Black
#03301B
GreenColor Codes
All color formats for development
HEX
#03301BRGB
rgb(3, 48, 27)HSL
hsl(152, 88%, 10%)OKLCH
oklch(0.274 0.061 157.6)CMYK
cmyk(94%, 0%, 44%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#032B18
2#022616
3#022213
4#021D10
5#02180D
6#01130B
7#010E08
8#010A05
9#000503
Tints
Lighter variations
1#065B33
2#09864C
3#0BB164
4#0EDD7C
5#27F193
6#52F4A9
7#7EF7BE
8#A9F9D4
9#D4FCE9
Tones
Muted variations
1#052E1B
2#082B1B
3#0A291B
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 #C1FBE0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8C8 | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4AB | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F193 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD377 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA85E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #087843 | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D2B | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #03301B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F1FEF8;
--black-100: #DDFDEE;
--black-200: #C1FBE0;
--black-300: #91F8C8;
--black-400: #57F4AB;
--black-500: #27F193;
--black-600: #0DD377;
--black-700: #0BA85E;
--black-800: #087843;
--black-900: #054D2B;
--black-950: #03301B;
}