Charcoal
#034E35
GreenColor Codes
All color formats for development
HEX
#034E35RGB
rgb(3, 78, 53)HSL
hsl(160, 93%, 16%)OKLCH
oklch(0.376 0.079 163.2)CMYK
cmyk(96%, 0%, 32%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#034730
2#023F2B
3#023725
4#022F20
5#01271B
6#011F15
7#011810
8#01100B
9#000805
Tints
Lighter variations
1#047852
2#06A16E
3#07CB8A
4#09F4A6
5#30F8B5
6#5AF9C4
7#83FBD3
8#ACFCE1
9#D6FEF0
Tones
Muted variations
1#074B34
2#0A4733
3#0E4332
4#124030
5#163C2F
6#1A382E
7#1D342D
8#21302B
9#252D2A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDE8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFB #8EFBD7 | BordersInactive statesPlaceholder text |
| 400 | 53F9 #53F9C1 | Disabled statesSecondary iconsMuted text |
| 500 | 22F7 #22F7B0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08D9 #08D993 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 06AC #06AC75 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047B #047B54 | Text on light backgroundsHeadingsStrong borders |
| 900 | 034F #034F35 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023121 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FEFA;
--charcoal-100: #DDFEF3;
--charcoal-200: #BFFDE8;
--charcoal-300: #8EFBD7;
--charcoal-400: #53F9C1;
--charcoal-500: #22F7B0;
--charcoal-600: #08D993;
--charcoal-700: #06AC75;
--charcoal-800: #047B54;
--charcoal-900: #034F35;
--charcoal-950: #023121;
}