Charcoal
#1A6642
GreenColor Codes
All color formats for development
HEX
#1A6642RGB
rgb(26, 102, 66)HSL
hsl(152, 59%, 25%)OKLCH
oklch(0.455 0.094 158.1)CMYK
cmyk(75%, 0%, 35%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#185B3C
2#155135
3#12472E
4#103D28
5#0D3321
6#0A291B
7#081E14
8#05140D
9#030A07
Tints
Lighter variations
1#228456
2#2AA26A
3#32C17E
4#49D091
5#67D8A3
6#85E0B6
7#A4E7C8
8#C2EFDA
9#E1F7ED
Tones
Muted variations
1#1E6242
2#225E42
3#255A42
4#295641
5#2D5341
6#314F41
7#344B41
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 #A2E7C7 | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DAA9 | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D091 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB275 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E5D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A6542 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #11412A | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A291B | 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: #A2E7C7;
--charcoal-400: #71DAA9;
--charcoal-500: #49D091;
--charcoal-600: #2EB275;
--charcoal-700: #258E5D;
--charcoal-800: #1A6542;
--charcoal-900: #11412A;
--charcoal-950: #0A291B;
}