Charcoal
#1D633D
GreenColor Codes
All color formats for development
HEX
#1D633DRGB
rgb(29, 99, 61)HSL
hsl(147, 55%, 25%)OKLCH
oklch(0.446 0.093 155.5)CMYK
cmyk(71%, 0%, 38%, 61%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A5936
2#174F30
3#14452A
4#113B24
5#0E311E
6#0B2818
7#091E12
8#06140C
9#030A06
Tints
Lighter variations
1#25804E
2#2E9E60
3#37BC72
4#4DCB86
5#6BD49A
6#88DDAE
7#A6E5C2
8#C4EED7
9#E1F6EB
Tones
Muted variations
1#205F3D
2#245C3D
3#27583D
4#2B553E
5#2E513E
6#324E3E
7#354A3F
8#39473F
9#3C433F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7EC | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCF0 #CCF0DC | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5C1 | BordersInactive statesPlaceholder text |
| 400 | 75D7 #75D7A1 | Disabled statesSecondary iconsMuted text |
| 500 | 4DCB #4DCB86 | Primary brand colorCTAsActive elementsLinks |
| 600 | 32AE #32AE6A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 288A #288A54 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D63 #1D633C | Text on light backgroundsHeadingsStrong borders |
| 900 | 123F #123F27 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2818 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCF7;
--charcoal-100: #E3F7EC;
--charcoal-200: #CCF0DC;
--charcoal-300: #A4E5C1;
--charcoal-400: #75D7A1;
--charcoal-500: #4DCB86;
--charcoal-600: #32AE6A;
--charcoal-700: #288A54;
--charcoal-800: #1D633C;
--charcoal-900: #123F27;
--charcoal-950: #0B2818;
}