Charcoal
#1D6342
GreenColor Codes
All color formats for development
HEX
#1D6342RGB
rgb(29, 99, 66)HSL
hsl(152, 55%, 25%)OKLCH
oklch(0.447 0.088 158.8)CMYK
cmyk(71%, 0%, 33%, 61%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A593B
2#174F35
3#14452E
4#113B28
5#0E3121
6#0B281A
7#091E14
8#06140D
9#030A07
Tints
Lighter variations
1#258056
2#2E9E6A
3#37BC7E
4#4DCB90
5#6BD4A3
6#88DDB5
7#A6E5C8
8#C4EEDA
9#E1F6ED
Tones
Muted variations
1#205F42
2#245C42
3#275841
4#2B5541
5#2E5141
6#324E41
7#354A40
8#394740
9#3C4340
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7EE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCF0 #CCF0DF | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5C7 | BordersInactive statesPlaceholder text |
| 400 | 75D7 #75D7A9 | Disabled statesSecondary iconsMuted text |
| 500 | 4DCB #4DCB90 | Primary brand colorCTAsActive elementsLinks |
| 600 | 32AE #32AE74 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 288A #288A5D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D63 #1D6342 | Text on light backgroundsHeadingsStrong borders |
| 900 | 123F #123F2A | 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: #F3FCF8;
--charcoal-100: #E3F7EE;
--charcoal-200: #CCF0DF;
--charcoal-300: #A4E5C7;
--charcoal-400: #75D7A9;
--charcoal-500: #4DCB90;
--charcoal-600: #32AE74;
--charcoal-700: #288A5D;
--charcoal-800: #1D6342;
--charcoal-900: #123F2A;
--charcoal-950: #0B281A;
}