Black
#033024
GreenColor Codes
All color formats for development
HEX
#033024RGB
rgb(3, 48, 36)HSL
hsl(164, 88%, 10%)OKLCH
oklch(0.276 0.052 170.1)CMYK
cmyk(94%, 0%, 25%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#032B20
2#02261D
3#022219
4#021D16
5#021812
6#01130E
7#010E0B
8#010A07
9#000504
Tints
Lighter variations
1#065B44
2#098665
3#0BB185
4#0EDDA5
5#27F1BB
6#52F4C9
7#7EF7D6
8#A9F9E4
9#D4FCF1
Tones
Muted variations
1#052E23
2#082B22
3#0A2921
4#0C2720
5#0E251F
6#11221E
7#13201D
8#151E1C
9#171C1B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBEB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8DC | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4CA | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD39E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA87E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #08785A | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D3A | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033024 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F1FEFA;
--black-100: #DDFDF4;
--black-200: #C1FBEB;
--black-300: #91F8DC;
--black-400: #57F4CA;
--black-500: #27F1BB;
--black-600: #0DD39E;
--black-700: #0BA87E;
--black-800: #08785A;
--black-900: #054D3A;
--black-950: #033024;
}