Charcoal
#054D3A
GreenColor Codes
All color formats for development
HEX
#054D3ARGB
rgb(5, 77, 58)HSL
hsl(164, 88%, 16%)OKLCH
oklch(0.375 0.073 168.8)CMYK
cmyk(94%, 0%, 25%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#044534
2#043D2E
3#033628
4#032E23
5#02261D
6#021F17
7#011711
8#010F0C
9#000806
Tints
Lighter variations
1#077558
2#0A9D76
3#0DC694
4#0FEEB2
5#36F2C0
6#5EF5CD
7#86F7D9
8#AEFAE6
9#D7FCF2
Tones
Muted variations
1#084938
2#0C4636
3#104235
4#133E33
5#173B31
6#1A3730
7#1E342E
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 #C1FBEB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8DC | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4CA | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD39E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA87E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #08785A | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D3A | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033024 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FEFA;
--charcoal-100: #DDFDF4;
--charcoal-200: #C1FBEB;
--charcoal-300: #91F8DC;
--charcoal-400: #57F4CA;
--charcoal-500: #27F1BB;
--charcoal-600: #0DD39E;
--charcoal-700: #0BA87E;
--charcoal-800: #08785A;
--charcoal-900: #054D3A;
--charcoal-950: #033024;
}