Black
#03301F
GreenColor Codes
All color formats for development
HEX
#03301FRGB
rgb(3, 48, 31)HSL
hsl(157, 88%, 10%)OKLCH
oklch(0.275 0.057 162.5)CMYK
cmyk(94%, 0%, 35%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#032B1C
2#022619
3#022216
4#021D12
5#02180F
6#01130C
7#010E09
8#010A06
9#000503
Tints
Lighter variations
1#065B3A
2#098656
3#0BB172
4#0EDD8D
5#27F1A4
6#52F4B6
7#7EF7C8
8#A9F9DB
9#D4FCED
Tones
Muted variations
1#052E1E
2#082B1E
3#0A291D
4#0C271D
5#0E251C
6#11221C
7#13201B
8#151E1B
9#171C1A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8D0 | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4B8 | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1A4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD387 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA86C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #08784D | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D31 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #03301F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F1FEF9;
--black-100: #DDFDF1;
--black-200: #C1FBE5;
--black-300: #91F8D0;
--black-400: #57F4B8;
--black-500: #27F1A4;
--black-600: #0DD387;
--black-700: #0BA86C;
--black-800: #08784D;
--black-900: #054D31;
--black-950: #03301F;
}