Charcoal
#1D6340
GreenColor Codes
All color formats for development
HEX
#1D6340RGB
rgb(29, 99, 64)HSL
hsl(150, 55%, 25%)OKLCH
oklch(0.447 0.09 157.4)CMYK
cmyk(71%, 0%, 35%, 61%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A5939
2#174F33
3#14452D
4#113B26
5#0E3120
6#0B281A
7#091E13
8#06140D
9#030A06
Tints
Lighter variations
1#258053
2#2E9E66
3#37BC79
4#4DCB8C
5#6BD49F
6#88DDB3
7#A6E5C6
8#C4EED9
9#E1F6EC
Tones
Muted variations
1#205F40
2#245C40
3#275840
4#2B5540
5#2E5140
6#324E40
7#354A40
8#394740
9#3C4340
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7ED | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCF0 #CCF0DE | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5C4 | BordersInactive statesPlaceholder text |
| 400 | 75D7 #75D7A6 | Disabled statesSecondary iconsMuted text |
| 500 | 4DCB #4DCB8C | Primary brand colorCTAsActive elementsLinks |
| 600 | 32AE #32AE70 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 288A #288A59 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D63 #1D6340 | Text on light backgroundsHeadingsStrong borders |
| 900 | 123F #123F29 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B281A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCF7;
--charcoal-100: #E3F7ED;
--charcoal-200: #CCF0DE;
--charcoal-300: #A4E5C4;
--charcoal-400: #75D7A6;
--charcoal-500: #4DCB8C;
--charcoal-600: #32AE70;
--charcoal-700: #288A59;
--charcoal-800: #1D6340;
--charcoal-900: #123F29;
--charcoal-950: #0B281A;
}