Charcoal
#1A653D
GreenColor Codes
All color formats for development
HEX
#1A653DRGB
rgb(26, 101, 61)HSL
hsl(148, 59%, 25%)OKLCH
oklch(0.451 0.098 155.3)CMYK
cmyk(74%, 0%, 40%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#185B37
2#155131
3#12472B
4#103D25
5#0D331F
6#0A2918
7#081E12
8#05140C
9#030A06
Tints
Lighter variations
1#228450
2#2AA262
3#32C174
4#49D088
5#67D89C
6#85E0AF
7#A4E7C3
8#C2EFD7
9#E1F7EB
Tones
Muted variations
1#1E623D
2#225E3E
3#255A3E
4#29563E
5#2D533E
6#314F3F
7#344B3F
8#38473F
9#3C443F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8EC | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF1 #CAF1DD | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7C2 | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DAA2 | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D088 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB26C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E56 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A653D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #114127 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2918 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCF7;
--charcoal-100: #E3F8EC;
--charcoal-200: #CAF1DD;
--charcoal-300: #A2E7C2;
--charcoal-400: #71DAA2;
--charcoal-500: #49D088;
--charcoal-600: #2EB26C;
--charcoal-700: #258E56;
--charcoal-800: #1A653D;
--charcoal-900: #114127;
--charcoal-950: #0A2918;
}