Charcoal
#1B6547
GreenColor Codes
All color formats for development
HEX
#1B6547RGB
rgb(27, 101, 71)HSL
hsl(156, 58%, 25%)OKLCH
oklch(0.453 0.087 162)CMYK
cmyk(73%, 0%, 30%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#185B40
2#155139
3#134732
4#103C2B
5#0D3224
6#0B281C
7#081E15
8#05140E
9#030A07
Tints
Lighter variations
1#23835C
2#2BA172
3#33BF87
4#4ACF9A
5#68D7AA
6#86DFBB
7#A4E7CC
8#C3EFDD
9#E1F7EE
Tones
Muted variations
1#1E6146
2#225D46
3#265A45
4#2A5644
5#2D5243
6#314F43
7#354B42
8#384741
9#3C4340
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8EF | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6CB | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DAB0 | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACF9A | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB17D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D64 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B6547 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #11402E | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B281C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCF8;
--charcoal-100: #E3F8EF;
--charcoal-200: #CBF1E2;
--charcoal-300: #A2E6CB;
--charcoal-400: #72DAB0;
--charcoal-500: #4ACF9A;
--charcoal-600: #2FB17D;
--charcoal-700: #258D64;
--charcoal-800: #1B6547;
--charcoal-900: #11402E;
--charcoal-950: #0B281C;
}