Charcoal
#054D2C
GreenColor Codes
All color formats for development
HEX
#054D2CRGB
rgb(5, 77, 44)HSL
hsl(153, 88%, 16%)OKLCH
oklch(0.371 0.087 156.3)CMYK
cmyk(94%, 0%, 43%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#044528
2#043D24
3#03361F
4#032E1B
5#022616
6#021F12
7#01170D
8#010F09
9#000804
Tints
Lighter variations
1#077544
2#0A9D5B
3#0DC672
4#0FEE8A
5#36F29D
6#5EF5B1
7#86F7C4
8#AEFAD8
9#D7FCEB
Tones
Muted variations
1#08492C
2#0C462C
3#10422B
4#133E2B
5#173B2B
6#1A372A
7#1E342A
8#22302A
9#252C29
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8CA | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4AE | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F196 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD37A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA861 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #087845 | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D2C | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #03301C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FEF8;
--charcoal-100: #DDFDEF;
--charcoal-200: #C1FBE1;
--charcoal-300: #91F8CA;
--charcoal-400: #57F4AE;
--charcoal-500: #27F196;
--charcoal-600: #0DD37A;
--charcoal-700: #0BA861;
--charcoal-800: #087845;
--charcoal-900: #054D2C;
--charcoal-950: #03301C;
}