Charcoal
#034E37
GreenColor Codes
All color formats for development
HEX
#034E37RGB
rgb(3, 78, 55)HSL
hsl(162, 93%, 16%)OKLCH
oklch(0.376 0.078 165.1)CMYK
cmyk(96%, 0%, 29%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#034732
2#023F2D
3#023727
4#022F22
5#01271C
6#011F16
7#011811
8#01100B
9#000806
Tints
Lighter variations
1#047855
2#06A173
3#07CB90
4#09F4AE
5#30F8BC
6#5AF9C9
7#83FBD7
8#ACFCE4
9#D6FEF2
Tones
Muted variations
1#074B36
2#0A4735
3#0E4333
4#124032
5#163C30
6#1A382F
7#1D342D
8#21302C
9#252D2A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDEA | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFB #8EFBDA | BordersInactive statesPlaceholder text |
| 400 | 53F9 #53F9C7 | Disabled statesSecondary iconsMuted text |
| 500 | 22F7 #22F7B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08D9 #08D99A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 06AC #06AC7A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047B #047B57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 034F #034F38 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023123 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FEFA;
--charcoal-100: #DDFEF4;
--charcoal-200: #BFFDEA;
--charcoal-300: #8EFBDA;
--charcoal-400: #53F9C7;
--charcoal-500: #22F7B7;
--charcoal-600: #08D99A;
--charcoal-700: #06AC7A;
--charcoal-800: #047B57;
--charcoal-900: #034F38;
--charcoal-950: #023123;
}