Charcoal
#1C633B
GreenColor Codes
All color formats for development
HEX
#1C633BRGB
rgb(28, 99, 59)HSL
hsl(146, 56%, 25%)OKLCH
oklch(0.445 0.096 154.4)CMYK
cmyk(72%, 0%, 40%, 61%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#195A35
2#16502F
3#144629
4#113C23
5#0E321D
6#0B2818
7#081E12
8#06140C
9#030A06
Tints
Lighter variations
1#24814D
2#2D9F5E
3#35BD70
4#4CCD84
5#6AD598
6#88DDAD
7#A5E6C1
8#C3EED6
9#E1F7EA
Tones
Muted variations
1#20603B
2#235C3C
3#27593C
4#2A553D
5#2E523D
6#314E3E
7#354A3E
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 | CBF0 #CBF0DB | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5C0 | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D89F | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCD84 | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AF68 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B53 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C633B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124026 | 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: #CBF0DB;
--charcoal-300: #A4E5C0;
--charcoal-400: #74D89F;
--charcoal-500: #4CCD84;
--charcoal-600: #31AF68;
--charcoal-700: #278B53;
--charcoal-800: #1C633B;
--charcoal-900: #124026;
--charcoal-950: #0B2818;
}