Charcoal
#1D6344
GreenColor Codes
All color formats for development
HEX
#1D6344RGB
rgb(29, 99, 68)HSL
hsl(153, 55%, 25%)OKLCH
oklch(0.448 0.086 160.3)CMYK
cmyk(71%, 0%, 31%, 61%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A593D
2#174F36
3#14452F
4#113B28
5#0E3122
6#0B281B
7#091E14
8#06140D
9#030A07
Tints
Lighter variations
1#258057
2#2E9E6C
3#37BC80
4#4DCB93
5#6BD4A5
6#88DDB7
7#A6E5C9
8#C4EEDB
9#E1F6ED
Tones
Muted variations
1#205F43
2#245C43
3#275842
4#2B5542
5#2E5142
6#324E41
7#354A41
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 #CCF0E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5C8 | BordersInactive statesPlaceholder text |
| 400 | 75D7 #75D7AB | Disabled statesSecondary iconsMuted text |
| 500 | 4DCB #4DCB93 | Primary brand colorCTAsActive elementsLinks |
| 600 | 32AE #32AE76 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 288A #288A5E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D63 #1D6343 | Text on light backgroundsHeadingsStrong borders |
| 900 | 123F #123F2B | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B281B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCF8;
--charcoal-100: #E3F7EE;
--charcoal-200: #CCF0E0;
--charcoal-300: #A4E5C8;
--charcoal-400: #75D7AB;
--charcoal-500: #4DCB93;
--charcoal-600: #32AE76;
--charcoal-700: #288A5E;
--charcoal-800: #1D6343;
--charcoal-900: #123F2B;
--charcoal-950: #0B281B;
}