Charcoal
#054D36
GreenColor Codes
All color formats for development
HEX
#054D36RGB
rgb(5, 77, 54)HSL
hsl(161, 88%, 16%)OKLCH
oklch(0.373 0.076 164.6)CMYK
cmyk(94%, 0%, 30%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#044531
2#043D2B
3#033626
4#032E20
5#02261B
6#021F16
7#011710
8#010F0B
9#000805
Tints
Lighter variations
1#077552
2#0A9D6F
3#0DC68B
4#0FEEA7
5#36F2B6
6#5EF5C5
7#86F7D3
8#AEFAE2
9#D7FCF0
Tones
Muted variations
1#084935
2#0C4633
3#104232
4#133E31
5#173B2F
6#1A372E
7#1E342D
8#22302B
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 #C1FBE9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8D7 | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4C3 | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1B1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD394 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA876 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #087854 | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D36 | 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: #C1FBE9;
--charcoal-300: #91F8D7;
--charcoal-400: #57F4C3;
--charcoal-500: #27F1B1;
--charcoal-600: #0DD394;
--charcoal-700: #0BA876;
--charcoal-800: #087854;
--charcoal-900: #054D36;
--charcoal-950: #033022;
}