Black
#042F1B
GreenColor Codes
All color formats for development
HEX
#042F1BRGB
rgb(4, 47, 27)HSL
hsl(152, 84%, 10%)OKLCH
oklch(0.271 0.059 157.9)CMYK
cmyk(91%, 0%, 43%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#042A18
2#032616
3#032113
4#021C10
5#02170D
6#02130B
7#010E08
8#010905
9#000503
Tints
Lighter variations
1#085933
2#0B834B
3#0FAE64
4#13D87C
5#2CED93
6#56F0A8
7#80F4BE
8#ABF8D4
9#D5FBE9
Tones
Muted variations
1#062D1B
2#082B1B
3#0B281A
4#0D261A
5#0F241A
6#11221A
7#13201A
8#151E1A
9#171C1A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCEE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAE0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 93F6 #93F6C8 | BordersInactive statesPlaceholder text |
| 400 | 5BF1 #5BF1AB | Disabled statesSecondary iconsMuted text |
| 500 | 2CED #2CED93 | Primary brand colorCTAsActive elementsLinks |
| 600 | 12CE #12CE76 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0EA4 #0EA45E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A75 #0A7543 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B2B | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F1B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F1FEF8;
--black-100: #DEFCEE;
--black-200: #C2FAE0;
--black-300: #93F6C8;
--black-400: #5BF1AB;
--black-500: #2CED93;
--black-600: #12CE76;
--black-700: #0EA45E;
--black-800: #0A7543;
--black-900: #074B2B;
--black-950: #042F1B;
}