Charcoal
#1C633D
GreenColor Codes
All color formats for development
HEX
#1C633DRGB
rgb(28, 99, 61)HSL
hsl(148, 56%, 25%)OKLCH
oklch(0.446 0.094 155.6)CMYK
cmyk(72%, 0%, 38%, 61%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#195A37
2#165031
3#14462B
4#113C25
5#0E321F
6#0B2819
7#081E12
8#06140C
9#030A06
Tints
Lighter variations
1#248150
2#2D9F62
3#35BD75
4#4CCD88
5#6AD59C
6#88DDB0
7#A5E6C3
8#C3EED7
9#E1F7EB
Tones
Muted variations
1#20603E
2#235C3E
3#27593E
4#2A553E
5#2E523F
6#314E3F
7#354A3F
8#39473F
9#3C4340
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 #CBF0DD | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5C2 | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D8A2 | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCD88 | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AF6C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B56 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C633D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124027 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2819 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCF7;
--charcoal-100: #E3F7EC;
--charcoal-200: #CBF0DD;
--charcoal-300: #A4E5C2;
--charcoal-400: #74D8A2;
--charcoal-500: #4CCD88;
--charcoal-600: #31AF6C;
--charcoal-700: #278B56;
--charcoal-800: #1C633D;
--charcoal-900: #124027;
--charcoal-950: #0B2819;
}