Charcoal
#034F32
GreenColor Codes
All color formats for development
HEX
#034F32RGB
rgb(3, 79, 50)HSL
hsl(157, 93%, 16%)OKLCH
oklch(0.378 0.084 160.1)CMYK
cmyk(96%, 0%, 37%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#03472D
2#023F28
3#023723
4#022F1E
5#012719
6#011F14
7#01180F
8#01100A
9#000805
Tints
Lighter variations
1#04784C
2#06A166
3#07CB80
4#09F49A
5#30F8AB
6#5AF9BC
7#83FBCD
8#ACFCDD
9#D6FEEE
Tones
Muted variations
1#074B31
2#0A4730
3#0E432F
4#12402E
5#163C2D
6#1A382C
7#1D342B
8#21302B
9#252D2A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFB #8EFBD1 | BordersInactive statesPlaceholder text |
| 400 | 53F9 #53F9B9 | Disabled statesSecondary iconsMuted text |
| 500 | 22F7 #22F7A5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08D9 #08D989 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 06AC #06AC6D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047B #047B4E | Text on light backgroundsHeadingsStrong borders |
| 900 | 034F #034F32 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02311F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FEF9;
--charcoal-100: #DDFEF1;
--charcoal-200: #BFFDE5;
--charcoal-300: #8EFBD1;
--charcoal-400: #53F9B9;
--charcoal-500: #22F7A5;
--charcoal-600: #08D989;
--charcoal-700: #06AC6D;
--charcoal-800: #047B4E;
--charcoal-900: #034F32;
--charcoal-950: #02311F;
}