Charcoal
#1A6541
GreenColor Codes
All color formats for development
HEX
#1A6541RGB
rgb(26, 101, 65)HSL
hsl(151, 59%, 25%)OKLCH
oklch(0.452 0.094 157.8)CMYK
cmyk(74%, 0%, 36%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#185B3B
2#155134
3#12472E
4#103D27
5#0D3321
6#0A291A
7#081E14
8#05140D
9#030A07
Tints
Lighter variations
1#228455
2#2AA268
3#32C17C
4#49D08F
5#67D8A1
6#85E0B4
7#A4E7C7
8#C2EFDA
9#E1F7EC
Tones
Muted variations
1#1E6241
2#225E41
3#255A41
4#295641
5#2D5340
6#314F40
7#344B40
8#384740
9#3C4440
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 | CAF1 #CAF1DF | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7C6 | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DAA8 | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D08F | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB272 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E5B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A6541 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #11412A | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A291A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCF8;
--charcoal-100: #E3F8EE;
--charcoal-200: #CAF1DF;
--charcoal-300: #A2E7C6;
--charcoal-400: #71DAA8;
--charcoal-500: #49D08F;
--charcoal-600: #2EB272;
--charcoal-700: #258E5B;
--charcoal-800: #1A6541;
--charcoal-900: #11412A;
--charcoal-950: #0A291A;
}