Charcoal
#1B6541
GreenColor Codes
All color formats for development
HEX
#1B6541RGB
rgb(27, 101, 65)HSL
hsl(151, 58%, 25%)OKLCH
oklch(0.452 0.093 157.6)CMYK
cmyk(73%, 0%, 36%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#185B3A
2#155134
3#13472D
4#103C27
5#0D3220
6#0B281A
7#081E13
8#05140D
9#030A06
Tints
Lighter variations
1#238354
2#2BA168
3#33BF7B
4#4ACF8E
5#68D7A1
6#86DFB4
7#A4E7C7
8#C3EFD9
9#E1F7EC
Tones
Muted variations
1#1E6141
2#225D41
3#265A41
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 #A2E6C5 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DAA7 | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACF8E | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB172 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D5B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B6541 | 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: #F3FCF7;
--charcoal-100: #E3F8ED;
--charcoal-200: #CBF1DE;
--charcoal-300: #A2E6C5;
--charcoal-400: #72DAA7;
--charcoal-500: #4ACF8E;
--charcoal-600: #2FB172;
--charcoal-700: #258D5B;
--charcoal-800: #1B6541;
--charcoal-900: #11402A;
--charcoal-950: #0B281A;
}