Charcoal
#1B6441
GreenColor Codes
All color formats for development
HEX
#1B6441RGB
rgb(27, 100, 65)HSL
hsl(151, 57%, 25%)OKLCH
oklch(0.449 0.092 158)CMYK
cmyk(73%, 0%, 35%, 61%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#195A3A
2#165034
3#13462D
4#103C27
5#0E3220
6#0B281A
7#081E13
8#05140D
9#030A06
Tints
Lighter variations
1#248254
2#2CA068
3#34BE7B
4#4BCE8E
5#69D6A1
6#87DEB4
7#A5E6C7
8#C3EFD9
9#E1F7EC
Tones
Muted variations
1#1F6041
2#235D41
3#265941
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 #A3E6C5 | BordersInactive statesPlaceholder text |
| 400 | 73D9 #73D9A7 | Disabled statesSecondary iconsMuted text |
| 500 | 4BCE #4BCE8E | Primary brand colorCTAsActive elementsLinks |
| 600 | 30B0 #30B072 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 268C #268C5B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B64 #1B6441 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #12402A | 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: #A3E6C5;
--charcoal-400: #73D9A7;
--charcoal-500: #4BCE8E;
--charcoal-600: #30B072;
--charcoal-700: #268C5B;
--charcoal-800: #1B6441;
--charcoal-900: #12402A;
--charcoal-950: #0B281A;
}