Charcoal
#1B6546
GreenColor Codes
All color formats for development
HEX
#1B6546RGB
rgb(27, 101, 70)HSL
hsl(155, 58%, 25%)OKLCH
oklch(0.453 0.088 161.2)CMYK
cmyk(73%, 0%, 31%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#185B3F
2#155138
3#134731
4#103C2A
5#0D3223
6#0B281C
7#081E15
8#05140E
9#030A07
Tints
Lighter variations
1#23835B
2#2BA170
3#33BF85
4#4ACF97
5#68D7A9
6#86DFBA
7#A4E7CB
8#C3EFDC
9#E1F7EE
Tones
Muted variations
1#1E6145
2#225D45
3#265A44
4#2A5643
5#2D5243
6#314F42
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 #CBF1E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6CA | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DAAE | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACF97 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB17B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D62 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B6546 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #11402D | 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: #CBF1E1;
--charcoal-300: #A2E6CA;
--charcoal-400: #72DAAE;
--charcoal-500: #4ACF97;
--charcoal-600: #2FB17B;
--charcoal-700: #258D62;
--charcoal-800: #1B6546;
--charcoal-900: #11402D;
--charcoal-950: #0B281C;
}