Charcoal
#1B653D
GreenColor Codes
All color formats for development
HEX
#1B653DRGB
rgb(27, 101, 61)HSL
hsl(148, 58%, 25%)OKLCH
oklch(0.451 0.097 155.2)CMYK
cmyk(73%, 0%, 40%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#185B37
2#155131
3#13472B
4#103C25
5#0D321F
6#0B2819
7#081E12
8#05140C
9#030A06
Tints
Lighter variations
1#238350
2#2BA162
3#33BF74
4#4ACF88
5#68D79C
6#86DFB0
7#A4E7C3
8#C3EFD7
9#E1F7EB
Tones
Muted variations
1#1E613E
2#225D3E
3#265A3E
4#2A563E
5#2D523F
6#314F3F
7#354B3F
8#38473F
9#3C4340
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8EC | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1DD | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6C2 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DAA2 | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACF88 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB16C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D56 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B653D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #114027 | 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: #E3F8EC;
--charcoal-200: #CBF1DD;
--charcoal-300: #A2E6C2;
--charcoal-400: #72DAA2;
--charcoal-500: #4ACF88;
--charcoal-600: #2FB16C;
--charcoal-700: #258D56;
--charcoal-800: #1B653D;
--charcoal-900: #114027;
--charcoal-950: #0B2819;
}