Charcoal
#1A6545
GreenColor Codes
All color formats for development
HEX
#1A6545RGB
rgb(26, 101, 69)HSL
hsl(154, 59%, 25%)OKLCH
oklch(0.453 0.09 160.6)CMYK
cmyk(74%, 0%, 32%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#185B3E
2#155137
3#124730
4#103D29
5#0D3322
6#0A291C
7#081E15
8#05140E
9#030A07
Tints
Lighter variations
1#228459
2#2AA26E
3#32C183
4#49D095
5#67D8A7
6#85E0B9
7#A4E7CA
8#C2EFDC
9#E1F7ED
Tones
Muted variations
1#1E6244
2#225E44
3#255A43
4#295643
5#2D5342
6#314F42
7#344B41
8#384741
9#3C4440
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 | CAF1 #CAF1E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7C9 | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DAAD | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D095 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB279 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E60 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A6545 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #11412C | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A291C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCF8;
--charcoal-100: #E3F8EF;
--charcoal-200: #CAF1E0;
--charcoal-300: #A2E7C9;
--charcoal-400: #71DAAD;
--charcoal-500: #49D095;
--charcoal-600: #2EB279;
--charcoal-700: #258E60;
--charcoal-800: #1A6545;
--charcoal-900: #11412C;
--charcoal-950: #0A291C;
}