Charcoal
#1B643F
GreenColor Codes
All color formats for development
HEX
#1B643FRGB
rgb(27, 100, 63)HSL
hsl(150, 57%, 25%)OKLCH
oklch(0.449 0.094 156.7)CMYK
cmyk(73%, 0%, 37%, 61%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#195A39
2#165033
3#13462D
4#103C26
5#0E3220
6#0B281A
7#081E13
8#05140D
9#030A06
Tints
Lighter variations
1#248253
2#2CA066
3#34BE79
4#4BCE8C
5#69D69F
6#87DEB3
7#A5E6C6
8#C3EFD9
9#E1F7EC
Tones
Muted variations
1#1F6040
2#235D40
3#265940
4#2A5640
5#2E5240
6#314E40
7#354B40
8#384740
9#3C4340
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7ED | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1DE | Secondary backgroundsInput backgroundsDividers |
| 300 | A3E6 #A3E6C4 | BordersInactive statesPlaceholder text |
| 400 | 73D9 #73D9A6 | Disabled statesSecondary iconsMuted text |
| 500 | 4BCE #4BCE8C | Primary brand colorCTAsActive elementsLinks |
| 600 | 30B0 #30B070 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 268C #268C59 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B64 #1B6440 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124029 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B281A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCF7;
--charcoal-100: #E3F7ED;
--charcoal-200: #CBF1DE;
--charcoal-300: #A3E6C4;
--charcoal-400: #73D9A6;
--charcoal-500: #4BCE8C;
--charcoal-600: #30B070;
--charcoal-700: #268C59;
--charcoal-800: #1B6440;
--charcoal-900: #124029;
--charcoal-950: #0B281A;
}