Charcoal
#1B6542
GreenColor Codes
All color formats for development
HEX
#1B6542RGB
rgb(27, 101, 66)HSL
hsl(152, 58%, 25%)OKLCH
oklch(0.452 0.092 158.3)CMYK
cmyk(73%, 0%, 35%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#185B3C
2#155135
3#13472E
4#103C28
5#0D3221
6#0B281A
7#081E14
8#05140D
9#030A07
Tints
Lighter variations
1#238356
2#2BA16A
3#33BF7E
4#4ACF91
5#68D7A3
6#86DFB5
7#A4E7C8
8#C3EFDA
9#E1F7ED
Tones
Muted variations
1#1E6142
2#225D42
3#265A41
4#2A5641
5#2D5241
6#314F41
7#354B40
8#384740
9#3C4340
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8EE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1DF | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6C7 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DAA9 | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACF91 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB175 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D5D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B6542 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #11402A | 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: #F3FCF8;
--charcoal-100: #E3F8EE;
--charcoal-200: #CBF1DF;
--charcoal-300: #A2E6C7;
--charcoal-400: #72DAA9;
--charcoal-500: #4ACF91;
--charcoal-600: #2FB175;
--charcoal-700: #258D5D;
--charcoal-800: #1B6542;
--charcoal-900: #11402A;
--charcoal-950: #0B281A;
}