Black
#033021
GreenColor Codes
All color formats for development
HEX
#033021RGB
rgb(3, 48, 33)HSL
hsl(160, 88%, 10%)OKLCH
oklch(0.275 0.055 165.3)CMYK
cmyk(94%, 0%, 31%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#032B1E
2#02261A
3#022217
4#021D14
5#021810
6#01130D
7#010E0A
8#010A07
9#000503
Tints
Lighter variations
1#065B3F
2#09865C
3#0BB17A
4#0EDD98
5#27F1AE
6#52F4BE
7#7EF7CE
8#A9F9DF
9#D4FCEF
Tones
Muted variations
1#052E20
2#082B1F
3#0A291F
4#0C271E
5#0E251D
6#11221C
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 #DDFDF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBE8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8D6 | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4C0 | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1AE | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD391 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA873 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #087852 | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D35 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033021 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F1FEFA;
--black-100: #DDFDF2;
--black-200: #C1FBE8;
--black-300: #91F8D6;
--black-400: #57F4C0;
--black-500: #27F1AE;
--black-600: #0DD391;
--black-700: #0BA873;
--black-800: #087852;
--black-900: #054D35;
--black-950: #033021;
}