Charcoal
#1D6347
GreenColor Codes
All color formats for development
HEX
#1D6347RGB
rgb(29, 99, 71)HSL
hsl(156, 55%, 25%)OKLCH
oklch(0.448 0.083 162.7)CMYK
cmyk(71%, 0%, 28%, 61%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A5940
2#174F39
3#144532
4#113B2A
5#0E3123
6#0B281C
7#091E15
8#06140E
9#030A07
Tints
Lighter variations
1#25805C
2#2E9E71
3#37BC86
4#4DCB99
5#6BD4AA
6#88DDBB
7#A6E5CC
8#C4EEDD
9#E1F6EE
Tones
Muted variations
1#205F46
2#245C45
3#275845
4#2B5544
5#2E5143
6#324E43
7#354A42
8#394741
9#3C4340
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7EF | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCF0 #CCF0E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5CB | BordersInactive statesPlaceholder text |
| 400 | 75D7 #75D7B0 | Disabled statesSecondary iconsMuted text |
| 500 | 4DCB #4DCB99 | Primary brand colorCTAsActive elementsLinks |
| 600 | 32AE #32AE7D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 288A #288A63 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D63 #1D6347 | Text on light backgroundsHeadingsStrong borders |
| 900 | 123F #123F2D | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B281C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCF8;
--charcoal-100: #E3F7EF;
--charcoal-200: #CCF0E1;
--charcoal-300: #A4E5CB;
--charcoal-400: #75D7B0;
--charcoal-500: #4DCB99;
--charcoal-600: #32AE7D;
--charcoal-700: #288A63;
--charcoal-800: #1D6347;
--charcoal-900: #123F2D;
--charcoal-950: #0B281C;
}