Charcoal
#1A6649
GreenColor Codes
All color formats for development
HEX
#1A6649RGB
rgb(26, 102, 73)HSL
hsl(157, 59%, 25%)OKLCH
oklch(0.457 0.087 163.2)CMYK
cmyk(75%, 0%, 28%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#185B41
2#15513A
3#124733
4#103D2C
5#0D3324
6#0A291D
7#081E16
8#05140F
9#030A07
Tints
Lighter variations
1#22845E
2#2AA274
3#32C18A
4#49D09C
5#67D8AD
6#85E0BD
7#A4E7CE
8#C2EFDE
9#E1F7EF
Tones
Muted variations
1#1E6248
2#225E47
3#255A46
4#295645
5#2D5344
6#314F43
7#344B42
8#384742
9#3C4441
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8F0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF1 #CAF1E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7CC | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DAB2 | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D09C | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB280 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E66 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A6549 | 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: #E3F8F0;
--charcoal-200: #CAF1E2;
--charcoal-300: #A2E7CC;
--charcoal-400: #71DAB2;
--charcoal-500: #49D09C;
--charcoal-600: #2EB280;
--charcoal-700: #258E66;
--charcoal-800: #1A6549;
--charcoal-900: #11412E;
--charcoal-950: #0A291D;
}