Charcoal
#1B643A
GreenColor Codes
All color formats for development
HEX
#1B643ARGB
rgb(27, 100, 58)HSL
hsl(145, 57%, 25%)OKLCH
oklch(0.447 0.099 153.8)CMYK
cmyk(73%, 0%, 42%, 61%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#195A34
2#16502E
3#134628
4#103C23
5#0E321D
6#0B2817
7#081E11
8#05140C
9#030A06
Tints
Lighter variations
1#24824B
2#2CA05C
3#34BE6E
4#4BCE81
5#69D696
6#87DEAB
7#A5E6C0
8#C3EFD5
9#E1F7EA
Tones
Muted variations
1#1F603A
2#235D3B
3#26593C
4#2A563C
5#2E523D
6#314E3D
7#354B3E
8#38473F
9#3C433F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7EB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1DB | Secondary backgroundsInput backgroundsDividers |
| 300 | A3E6 #A3E6BF | BordersInactive statesPlaceholder text |
| 400 | 73D9 #73D99D | Disabled statesSecondary iconsMuted text |
| 500 | 4BCE #4BCE81 | Primary brand colorCTAsActive elementsLinks |
| 600 | 30B0 #30B066 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 268C #268C51 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B64 #1B643A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124025 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2817 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCF7;
--charcoal-100: #E3F7EB;
--charcoal-200: #CBF1DB;
--charcoal-300: #A3E6BF;
--charcoal-400: #73D99D;
--charcoal-500: #4BCE81;
--charcoal-600: #30B066;
--charcoal-700: #268C51;
--charcoal-800: #1B643A;
--charcoal-900: #124025;
--charcoal-950: #0B2817;
}