Charcoal
#054D2A
GreenColor Codes
All color formats for development
HEX
#054D2ARGB
rgb(5, 77, 42)HSL
hsl(151, 88%, 16%)OKLCH
oklch(0.37 0.089 155)CMYK
cmyk(94%, 0%, 45%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#044526
2#043D22
3#03361D
4#032E19
5#022615
6#021F11
7#01170D
8#010F08
9#000804
Tints
Lighter variations
1#077540
2#0A9D56
3#0DC66C
4#0FEE82
5#36F297
6#5EF5AC
7#86F7C1
8#AEFAD5
9#D7FCEA
Tones
Muted variations
1#08492A
2#0C462A
3#10422A
4#133E2A
5#173B29
6#1A3729
7#1E3429
8#223029
9#252C29
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDEE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBDF | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8C6 | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4A8 | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F190 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD373 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA85C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #087842 | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D2A | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #03301A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FEF8;
--charcoal-100: #DDFDEE;
--charcoal-200: #C1FBDF;
--charcoal-300: #91F8C6;
--charcoal-400: #57F4A8;
--charcoal-500: #27F190;
--charcoal-600: #0DD373;
--charcoal-700: #0BA85C;
--charcoal-800: #087842;
--charcoal-900: #054D2A;
--charcoal-950: #03301A;
}