Black
#042F1E
GreenColor Codes
All color formats for development
HEX
#042F1ERGB
rgb(4, 47, 30)HSL
hsl(156, 84%, 10%)OKLCH
oklch(0.271 0.056 161.7)CMYK
cmyk(91%, 0%, 36%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#042A1B
2#032618
3#032115
4#021C12
5#02170F
6#02130C
7#010E09
8#010906
9#000503
Tints
Lighter variations
1#085939
2#0B8353
3#0FAE6E
4#13D889
5#2CEDA0
6#56F0B3
7#80F4C6
8#ABF8D9
9#D5FBEC
Tones
Muted variations
1#062D1D
2#082B1D
3#0B281C
4#0D261C
5#0F241C
6#11221B
7#13201B
8#151E1A
9#171C1A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 93F6 #93F6CE | BordersInactive statesPlaceholder text |
| 400 | 5BF1 #5BF1B5 | Disabled statesSecondary iconsMuted text |
| 500 | 2CED #2CEDA0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 12CE #12CE83 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0EA4 #0EA468 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A75 #0A754A | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B30 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F1FEF9;
--black-100: #DEFCF0;
--black-200: #C2FAE3;
--black-300: #93F6CE;
--black-400: #5BF1B5;
--black-500: #2CEDA0;
--black-600: #12CE83;
--black-700: #0EA468;
--black-800: #0A754A;
--black-900: #074B30;
--black-950: #042F1E;
}