Charcoal
#054D2B
GreenColor Codes
All color formats for development
HEX
#054D2BRGB
rgb(5, 77, 43)HSL
hsl(152, 88%, 16%)OKLCH
oklch(0.371 0.088 155.6)CMYK
cmyk(94%, 0%, 44%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#044527
2#043D23
3#03361E
4#032E1A
5#022616
6#021F11
7#01170D
8#010F09
9#000804
Tints
Lighter variations
1#077542
2#0A9D59
3#0DC66F
4#0FEE86
5#36F29A
6#5EF5AE
7#86F7C3
8#AEFAD7
9#D7FCEB
Tones
Muted variations
1#08492B
2#0C462B
3#10422A
4#133E2A
5#173B2A
6#1A372A
7#1E342A
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 #C1FBE0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8C8 | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4AB | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F193 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD377 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA85E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #087843 | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D2B | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #03301B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FEF8;
--charcoal-100: #DDFDEE;
--charcoal-200: #C1FBE0;
--charcoal-300: #91F8C8;
--charcoal-400: #57F4AB;
--charcoal-500: #27F193;
--charcoal-600: #0DD377;
--charcoal-700: #0BA85E;
--charcoal-800: #087843;
--charcoal-900: #054D2B;
--charcoal-950: #03301B;
}