Charcoal
#1B6540
GreenColor Codes
All color formats for development
HEX
#1B6540RGB
rgb(27, 101, 64)HSL
hsl(150, 58%, 25%)OKLCH
oklch(0.452 0.094 157)CMYK
cmyk(73%, 0%, 37%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#185B39
2#155133
3#13472D
4#103C26
5#0D3220
6#0B281A
7#081E13
8#05140D
9#030A06
Tints
Lighter variations
1#238353
2#2BA166
3#33BF79
4#4ACF8C
5#68D79F
6#86DFB3
7#A4E7C6
8#C3EFD9
9#E1F7EC
Tones
Muted variations
1#1E6140
2#225D40
3#265A40
4#2A5640
5#2D5240
6#314F40
7#354B40
8#384740
9#3C4340
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8ED | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1DE | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6C4 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DAA6 | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACF8C | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB170 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D59 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B6540 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #114029 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B281A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCF7;
--charcoal-100: #E3F8ED;
--charcoal-200: #CBF1DE;
--charcoal-300: #A2E6C4;
--charcoal-400: #72DAA6;
--charcoal-500: #4ACF8C;
--charcoal-600: #2FB170;
--charcoal-700: #258D59;
--charcoal-800: #1B6540;
--charcoal-900: #114029;
--charcoal-950: #0B281A;
}