Charcoal
#054D38
GreenColor Codes
All color formats for development
HEX
#054D38RGB
rgb(5, 77, 56)HSL
hsl(163, 88%, 16%)OKLCH
oklch(0.374 0.075 166.7)CMYK
cmyk(94%, 0%, 27%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#044533
2#043D2D
3#033627
4#032E22
5#02261C
6#021F17
7#011711
8#010F0B
9#000806
Tints
Lighter variations
1#077556
2#0A9D74
3#0DC691
4#0FEEAF
5#36F2BD
6#5EF5CA
7#86F7D7
8#AEFAE4
9#D7FCF2
Tones
Muted variations
1#084937
2#0C4635
3#104234
4#133E32
5#173B31
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 #DDFDF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBEA | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8DB | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4C8 | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1B8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD39B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA87B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #087858 | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D38 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033023 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FEFA;
--charcoal-100: #DDFDF4;
--charcoal-200: #C1FBEA;
--charcoal-300: #91F8DB;
--charcoal-400: #57F4C8;
--charcoal-500: #27F1B8;
--charcoal-600: #0DD39B;
--charcoal-700: #0BA87B;
--charcoal-800: #087858;
--charcoal-900: #054D38;
--charcoal-950: #033023;
}