Charcoal
#034F30
GreenColor Codes
All color formats for development
HEX
#034F30RGB
rgb(3, 79, 48)HSL
hsl(156, 93%, 16%)OKLCH
oklch(0.377 0.086 158.5)CMYK
cmyk(96%, 0%, 39%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#03472C
2#023F27
3#023722
4#022F1D
5#012718
6#011F13
7#01180F
8#01100A
9#000805
Tints
Lighter variations
1#04784A
2#06A163
3#07CB7D
4#09F496
5#30F8A8
6#5AF9B9
7#83FBCB
8#ACFCDC
9#D6FEEE
Tones
Muted variations
1#074B30
2#0A472F
3#0E432E
4#12402D
5#163C2D
6#1A382C
7#1D342B
8#21302A
9#252D2A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFB #8EFBCF | BordersInactive statesPlaceholder text |
| 400 | 53F9 #53F9B6 | Disabled statesSecondary iconsMuted text |
| 500 | 22F7 #22F7A2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08D9 #08D985 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 06AC #06AC6A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047B #047B4C | Text on light backgroundsHeadingsStrong borders |
| 900 | 034F #034F30 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02311E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FEF9;
--charcoal-100: #DDFEF0;
--charcoal-200: #BFFDE4;
--charcoal-300: #8EFBCF;
--charcoal-400: #53F9B6;
--charcoal-500: #22F7A2;
--charcoal-600: #08D985;
--charcoal-700: #06AC6A;
--charcoal-800: #047B4C;
--charcoal-900: #034F30;
--charcoal-950: #02311E;
}