Charcoal
#034F2D
GreenColor Codes
All color formats for development
HEX
#034F2DRGB
rgb(3, 79, 45)HSL
hsl(153, 93%, 16%)OKLCH
oklch(0.377 0.089 156.4)CMYK
cmyk(96%, 0%, 43%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#034728
2#023F24
3#02371F
4#022F1B
5#012716
6#011F12
7#01180D
8#011009
9#000804
Tints
Lighter variations
1#047844
2#06A15B
3#07CB73
4#09F48A
5#30F89E
6#5AF9B1
7#83FBC5
8#ACFCD8
9#D6FEEC
Tones
Muted variations
1#074B2C
2#0A472C
3#0E432B
4#12402B
5#163C2B
6#1A382A
7#1D342A
8#21302A
9#252D29
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFB #8EFBCA | BordersInactive statesPlaceholder text |
| 400 | 53F9 #53F9AE | Disabled statesSecondary iconsMuted text |
| 500 | 22F7 #22F797 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08D9 #08D97B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 06AC #06AC62 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047B #047B46 | Text on light backgroundsHeadingsStrong borders |
| 900 | 034F #034F2D | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02311C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FEF8;
--charcoal-100: #DDFEEF;
--charcoal-200: #BFFDE1;
--charcoal-300: #8EFBCA;
--charcoal-400: #53F9AE;
--charcoal-500: #22F797;
--charcoal-600: #08D97B;
--charcoal-700: #06AC62;
--charcoal-800: #047B46;
--charcoal-900: #034F2D;
--charcoal-950: #02311C;
}