Black
#042F23
GreenColor Codes
All color formats for development
HEX
#042F23RGB
rgb(4, 47, 35)HSL
hsl(163, 84%, 10%)OKLCH
oklch(0.273 0.051 169.5)CMYK
cmyk(91%, 0%, 26%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#042A1F
2#03261C
3#032118
4#021C15
5#021711
6#02130E
7#010E0A
8#010907
9#000503
Tints
Lighter variations
1#085942
2#0B8361
3#0FAE81
4#13D8A0
5#2CEDB6
6#56F0C5
7#80F4D3
8#ABF8E2
9#D5FBF0
Tones
Muted variations
1#062D22
2#082B21
3#0B2820
4#0D261F
5#0F241E
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 | DEFC #DEFCF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAEA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93F6 #93F6DA | BordersInactive statesPlaceholder text |
| 400 | 5BF1 #5BF1C6 | Disabled statesSecondary iconsMuted text |
| 500 | 2CED #2CEDB6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 12CE #12CE99 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0EA4 #0EA47A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A75 #0A7557 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B38 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F1FEFA;
--black-100: #DEFCF4;
--black-200: #C2FAEA;
--black-300: #93F6DA;
--black-400: #5BF1C6;
--black-500: #2CEDB6;
--black-600: #12CE99;
--black-700: #0EA47A;
--black-800: #0A7557;
--black-900: #074B38;
--black-950: #042F23;
}