Charcoal
#054C37
GreenColor Codes
All color formats for development
HEX
#054C37RGB
rgb(5, 76, 55)HSL
hsl(162, 88%, 16%)OKLCH
oklch(0.371 0.074 166.4)CMYK
cmyk(93%, 0%, 28%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#044532
2#043D2C
3#033627
4#032E21
5#02261C
6#021F16
7#011711
8#010F0B
9#000806
Tints
Lighter variations
1#077554
2#0A9D71
3#0DC68E
4#0FEEAB
5#36F2BA
6#5EF5C7
7#86F7D5
8#AEFAE3
9#D7FCF1
Tones
Muted variations
1#084936
2#0C4634
3#104233
4#133E31
5#173B30
6#1A372F
7#1E342D
8#22302C
9#252C2A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBEA | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8D9 | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4C5 | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1B5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD398 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA879 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #087856 | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D37 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033022 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FEFA;
--charcoal-100: #DDFDF3;
--charcoal-200: #C1FBEA;
--charcoal-300: #91F8D9;
--charcoal-400: #57F4C5;
--charcoal-500: #27F1B5;
--charcoal-600: #0DD398;
--charcoal-700: #0BA879;
--charcoal-800: #087856;
--charcoal-900: #054D37;
--charcoal-950: #033022;
}