Charcoal
#1D6339
GreenColor Codes
All color formats for development
HEX
#1D6339RGB
rgb(29, 99, 57)HSL
hsl(144, 55%, 25%)OKLCH
oklch(0.445 0.097 153.1)CMYK
cmyk(71%, 0%, 42%, 61%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A5933
2#174F2D
3#144528
4#113B22
5#0E311C
6#0B2817
7#091E11
8#06140B
9#030A06
Tints
Lighter variations
1#25804A
2#2E9E5B
3#37BC6C
4#4DCB80
5#6BD495
6#88DDAA
7#A6E5BF
8#C4EED5
9#E1F6EA
Tones
Muted variations
1#205F39
2#245C3A
3#27583B
4#2B553C
5#2E513C
6#324E3D
7#354A3E
8#39473E
9#3C433F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7EB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCF0 #CCF0DA | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5BE | BordersInactive statesPlaceholder text |
| 400 | 75D7 #75D79C | Disabled statesSecondary iconsMuted text |
| 500 | 4DCB #4DCB80 | Primary brand colorCTAsActive elementsLinks |
| 600 | 32AE #32AE64 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 288A #288A4F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D63 #1D6339 | Text on light backgroundsHeadingsStrong borders |
| 900 | 123F #123F24 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2817 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCF7;
--charcoal-100: #E3F7EB;
--charcoal-200: #CCF0DA;
--charcoal-300: #A4E5BE;
--charcoal-400: #75D79C;
--charcoal-500: #4DCB80;
--charcoal-600: #32AE64;
--charcoal-700: #288A4F;
--charcoal-800: #1D6339;
--charcoal-900: #123F24;
--charcoal-950: #0B2817;
}