Black
#033020
GreenColor Codes
All color formats for development
HEX
#033020RGB
rgb(3, 48, 32)HSL
hsl(159, 88%, 10%)OKLCH
oklch(0.275 0.056 163.9)CMYK
cmyk(94%, 0%, 33%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#032B1D
2#02261A
3#022217
4#021D13
5#021810
6#01130D
7#010E0A
8#010A06
9#000503
Tints
Lighter variations
1#065B3D
2#09865A
3#0BB177
4#0EDD94
5#27F1AB
6#52F4BB
7#7EF7CC
8#A9F9DD
9#D4FCEE
Tones
Muted variations
1#052E20
2#082B1F
3#0A291E
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 #F1FEF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8D4 | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4BD | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1AB | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD38E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA871 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #087851 | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D34 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033020 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F1FEF9;
--black-100: #DDFDF2;
--black-200: #C1FBE7;
--black-300: #91F8D4;
--black-400: #57F4BD;
--black-500: #27F1AB;
--black-600: #0DD38E;
--black-700: #0BA871;
--black-800: #087851;
--black-900: #054D34;
--black-950: #033020;
}