Charcoal
#1D6338
GreenColor Codes
All color formats for development
HEX
#1D6338RGB
rgb(29, 99, 56)HSL
hsl(143, 55%, 25%)OKLCH
oklch(0.445 0.099 152.6)CMYK
cmyk(71%, 0%, 43%, 61%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A5932
2#174F2C
3#144527
4#113B21
5#0E311C
6#0B2816
7#091E11
8#06140B
9#030A06
Tints
Lighter variations
1#258048
2#2E9E59
3#37BC6A
4#4DCB7E
5#6BD493
6#88DDA9
7#A6E5BE
8#C4EED4
9#E1F6E9
Tones
Muted variations
1#205F38
2#245C39
3#27583A
4#2B553B
5#2E513C
6#324E3C
7#354A3D
8#39473E
9#3C433F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7EB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCF0 #CCF0DA | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5BD | BordersInactive statesPlaceholder text |
| 400 | 75D7 #75D79A | Disabled statesSecondary iconsMuted text |
| 500 | 4DCB #4DCB7E | Primary brand colorCTAsActive elementsLinks |
| 600 | 32AE #32AE62 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 288A #288A4E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D63 #1D6338 | Text on light backgroundsHeadingsStrong borders |
| 900 | 123F #123F24 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2816 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCF6;
--charcoal-100: #E3F7EB;
--charcoal-200: #CCF0DA;
--charcoal-300: #A4E5BD;
--charcoal-400: #75D79A;
--charcoal-500: #4DCB7E;
--charcoal-600: #32AE62;
--charcoal-700: #288A4E;
--charcoal-800: #1D6338;
--charcoal-900: #123F24;
--charcoal-950: #0B2816;
}