Charcoal
#1B6443
GreenColor Codes
All color formats for development
HEX
#1B6443RGB
rgb(27, 100, 67)HSL
hsl(153, 57%, 25%)OKLCH
oklch(0.45 0.09 159.4)CMYK
cmyk(73%, 0%, 33%, 61%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#195A3D
2#165036
3#13462F
4#103C28
5#0E3222
6#0B281B
7#081E14
8#05140D
9#030A07
Tints
Lighter variations
1#248258
2#2CA06C
3#34BE80
4#4BCE93
5#69D6A5
6#87DEB7
7#A5E6C9
8#C3EFDB
9#E1F7ED
Tones
Muted variations
1#1F6043
2#235D43
3#265942
4#2A5642
5#2E5242
6#314E41
7#354B41
8#384740
9#3C4340
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7EE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A3E6 #A3E6C8 | BordersInactive statesPlaceholder text |
| 400 | 73D9 #73D9AB | Disabled statesSecondary iconsMuted text |
| 500 | 4BCE #4BCE93 | Primary brand colorCTAsActive elementsLinks |
| 600 | 30B0 #30B077 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 268C #268C5E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B64 #1B6443 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #12402B | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B281B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCF8;
--charcoal-100: #E3F7EE;
--charcoal-200: #CBF1E0;
--charcoal-300: #A3E6C8;
--charcoal-400: #73D9AB;
--charcoal-500: #4BCE93;
--charcoal-600: #30B077;
--charcoal-700: #268C5E;
--charcoal-800: #1B6443;
--charcoal-900: #12402B;
--charcoal-950: #0B281B;
}