Charcoal
#054D35
GreenColor Codes
All color formats for development
HEX
#054D35RGB
rgb(5, 77, 53)HSL
hsl(160, 88%, 16%)OKLCH
oklch(0.373 0.077 163.7)CMYK
cmyk(94%, 0%, 31%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#04452F
2#043D2A
3#033625
4#032E20
5#02261A
6#021F15
7#011710
8#010F0B
9#000805
Tints
Lighter variations
1#077550
2#0A9D6C
3#0DC688
4#0FEEA4
5#36F2B3
6#5EF5C2
7#86F7D2
8#AEFAE1
9#D7FCF0
Tones
Muted variations
1#084934
2#0C4632
3#104231
4#133E30
5#173B2F
6#1A372E
7#1E342C
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 #DDFDF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBE8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8D6 | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4C0 | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1AE | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD391 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA873 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #087852 | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D35 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033021 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FEFA;
--charcoal-100: #DDFDF2;
--charcoal-200: #C1FBE8;
--charcoal-300: #91F8D6;
--charcoal-400: #57F4C0;
--charcoal-500: #27F1AE;
--charcoal-600: #0DD391;
--charcoal-700: #0BA873;
--charcoal-800: #087852;
--charcoal-900: #054D35;
--charcoal-950: #033021;
}