Black
#033023
GreenColor Codes
All color formats for development
HEX
#033023RGB
rgb(3, 48, 35)HSL
hsl(163, 88%, 10%)OKLCH
oklch(0.276 0.053 168.4)CMYK
cmyk(94%, 0%, 27%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#032B20
2#02261C
3#022219
4#021D15
5#021812
6#01130E
7#010E0B
8#010A07
9#000504
Tints
Lighter variations
1#065B43
2#098663
3#0BB182
4#0EDDA2
5#27F1B8
6#52F4C6
7#7EF7D4
8#A9F9E3
9#D4FCF1
Tones
Muted variations
1#052E22
2#082B21
3#0A2920
4#0C271F
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 #DDFDF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBEA | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8DB | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4C8 | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1B8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD39B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA87B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #087858 | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D38 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033023 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F1FEFA;
--black-100: #DDFDF4;
--black-200: #C1FBEA;
--black-300: #91F8DB;
--black-400: #57F4C8;
--black-500: #27F1B8;
--black-600: #0DD39B;
--black-700: #0BA87B;
--black-800: #087858;
--black-900: #054D38;
--black-950: #033023;
}