Charcoal
#034F2F
GreenColor Codes
All color formats for development
HEX
#034F2FRGB
rgb(3, 79, 47)HSL
hsl(155, 93%, 16%)OKLCH
oklch(0.377 0.087 157.8)CMYK
cmyk(96%, 0%, 41%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#03472A
2#023F26
3#023721
4#022F1C
5#012718
6#011F13
7#01180E
8#011009
9#000805
Tints
Lighter variations
1#047848
2#06A161
3#07CB79
4#09F492
5#30F8A5
6#5AF9B7
7#83FBC9
8#ACFCDB
9#D6FEED
Tones
Muted variations
1#074B2E
2#0A472E
3#0E432D
4#12402D
5#163C2C
6#1A382B
7#1D342B
8#21302A
9#252D29
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 #BFFDE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFB #8EFBCD | BordersInactive statesPlaceholder text |
| 400 | 53F9 #53F9B4 | Disabled statesSecondary iconsMuted text |
| 500 | 22F7 #22F79E | Primary brand colorCTAsActive elementsLinks |
| 600 | 08D9 #08D982 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 06AC #06AC67 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047B #047B4A | Text on light backgroundsHeadingsStrong borders |
| 900 | 034F #034F2F | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02311D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FEF9;
--charcoal-100: #DDFEF0;
--charcoal-200: #BFFDE3;
--charcoal-300: #8EFBCD;
--charcoal-400: #53F9B4;
--charcoal-500: #22F79E;
--charcoal-600: #08D982;
--charcoal-700: #06AC67;
--charcoal-800: #047B4A;
--charcoal-900: #034F2F;
--charcoal-950: #02311D;
}