Charcoal
#1C633C
GreenColor Codes
All color formats for development
HEX
#1C633CRGB
rgb(28, 99, 60)HSL
hsl(147, 56%, 25%)OKLCH
oklch(0.445 0.095 155)CMYK
cmyk(72%, 0%, 39%, 61%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#195A36
2#165030
3#14462A
4#113C24
5#0E321E
6#0B2818
7#081E12
8#06140C
9#030A06
Tints
Lighter variations
1#24814E
2#2D9F60
3#35BD72
4#4CCD86
5#6AD59A
6#88DDAE
7#A5E6C2
8#C3EED7
9#E1F7EB
Tones
Muted variations
1#20603D
2#235C3D
3#27593D
4#2A553E
5#2E523E
6#314E3E
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 | CBF0 #CBF0DC | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5C1 | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D8A1 | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCD86 | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AF6A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B54 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C633C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124027 | 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: #CBF0DC;
--charcoal-300: #A4E5C1;
--charcoal-400: #74D8A1;
--charcoal-500: #4CCD86;
--charcoal-600: #31AF6A;
--charcoal-700: #278B54;
--charcoal-800: #1C633C;
--charcoal-900: #124027;
--charcoal-950: #0B2818;
}