Black
#033022
GreenColor Codes
All color formats for development
HEX
#033022RGB
rgb(3, 48, 34)HSL
hsl(161, 88%, 10%)OKLCH
oklch(0.276 0.054 166.8)CMYK
cmyk(94%, 0%, 29%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#032B1E
2#02261B
3#022218
4#021D14
5#021811
6#01130D
7#010E0A
8#010A07
9#000503
Tints
Lighter variations
1#065B40
2#09865E
3#0BB17D
4#0EDD9B
5#27F1B1
6#52F4C1
7#7EF7D0
8#A9F9E0
9#D4FCEF
Tones
Muted variations
1#052E21
2#082B20
3#0A291F
4#0C271E
5#0E251E
6#11221D
7#13201C
8#151E1B
9#171C1A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBE9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8D7 | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4C3 | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1B1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD394 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA876 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #087854 | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D36 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033022 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F1FEFA;
--black-100: #DDFDF3;
--black-200: #C1FBE9;
--black-300: #91F8D7;
--black-400: #57F4C3;
--black-500: #27F1B1;
--black-600: #0DD394;
--black-700: #0BA876;
--black-800: #087854;
--black-900: #054D36;
--black-950: #033022;
}