Charcoal
#1A6547
GreenColor Codes
All color formats for development
HEX
#1A6547RGB
rgb(26, 101, 71)HSL
hsl(156, 59%, 25%)OKLCH
oklch(0.453 0.088 162.1)CMYK
cmyk(74%, 0%, 30%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#185B40
2#155139
3#124732
4#103D2B
5#0D3324
6#0A291D
7#081E15
8#05140E
9#030A07
Tints
Lighter variations
1#22845D
2#2AA272
3#32C187
4#49D09A
5#67D8AB
6#85E0BC
7#A4E7CC
8#C2EFDD
9#E1F7EE
Tones
Muted variations
1#1E6247
2#225E46
3#255A45
4#295644
5#2D5344
6#314F43
7#344B42
8#384741
9#3C4441
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 #CAF1E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7CB | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DAB0 | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D09A | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB27D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E64 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A6547 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #11412E | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A291D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCF8;
--charcoal-100: #E3F8EF;
--charcoal-200: #CAF1E2;
--charcoal-300: #A2E7CB;
--charcoal-400: #71DAB0;
--charcoal-500: #49D09A;
--charcoal-600: #2EB27D;
--charcoal-700: #258E64;
--charcoal-800: #1A6547;
--charcoal-900: #11412E;
--charcoal-950: #0A291D;
}