Black
#03301D
GreenColor Codes
All color formats for development
HEX
#03301DRGB
rgb(3, 48, 29)HSL
hsl(155, 88%, 10%)OKLCH
oklch(0.274 0.059 159.9)CMYK
cmyk(94%, 0%, 40%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#032B1A
2#022617
3#022214
4#021D12
5#02180F
6#01130C
7#010E09
8#010A06
9#000503
Tints
Lighter variations
1#065B38
2#098652
3#0BB16C
4#0EDD87
5#27F19D
6#52F4B1
7#7EF7C4
8#A9F9D8
9#D4FCEB
Tones
Muted variations
1#052E1D
2#082B1C
3#0A291C
4#0C271C
5#0E251B
6#11221B
7#13201B
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 #DDFDF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8CD | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4B3 | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F19D | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD381 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA866 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #087849 | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D2F | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #03301D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F1FEF8;
--black-100: #DDFDF0;
--black-200: #C1FBE3;
--black-300: #91F8CD;
--black-400: #57F4B3;
--black-500: #27F19D;
--black-600: #0DD381;
--black-700: #0BA866;
--black-800: #087849;
--black-900: #054D2F;
--black-950: #03301D;
}