Charcoal
#1B6545
GreenColor Codes
All color formats for development
HEX
#1B6545RGB
rgb(27, 101, 69)HSL
hsl(154, 58%, 25%)OKLCH
oklch(0.453 0.089 160.4)CMYK
cmyk(73%, 0%, 32%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#185B3E
2#155137
3#134730
4#103C29
5#0D3222
6#0B281B
7#081E15
8#05140E
9#030A07
Tints
Lighter variations
1#238359
2#2BA16E
3#33BF82
4#4ACF95
5#68D7A7
6#86DFB8
7#A4E7CA
8#C3EFDC
9#E1F7ED
Tones
Muted variations
1#1E6144
2#225D44
3#265A43
4#2A5643
5#2D5242
6#314F42
7#354B41
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 #CBF1E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6C9 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DAAD | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACF95 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB179 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D60 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B6545 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #11402C | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B281B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCF8;
--charcoal-100: #E3F8EF;
--charcoal-200: #CBF1E0;
--charcoal-300: #A2E6C9;
--charcoal-400: #72DAAD;
--charcoal-500: #4ACF95;
--charcoal-600: #2FB179;
--charcoal-700: #258D60;
--charcoal-800: #1B6545;
--charcoal-900: #11402C;
--charcoal-950: #0B281B;
}