Charcoal
#1B653F
GreenColor Codes
All color formats for development
HEX
#1B653FRGB
rgb(27, 101, 63)HSL
hsl(149, 58%, 25%)OKLCH
oklch(0.452 0.095 156.4)CMYK
cmyk(73%, 0%, 38%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#185B38
2#155132
3#13472C
4#103C26
5#0D321F
6#0B2819
7#081E13
8#05140D
9#030A06
Tints
Lighter variations
1#238351
2#2BA164
3#33BF77
4#4ACF8A
5#68D79E
6#86DFB1
7#A4E7C5
8#C3EFD8
9#E1F7EC
Tones
Muted variations
1#1E613F
2#225D3F
3#265A3F
4#2A563F
5#2D523F
6#314F3F
7#354B3F
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 | E3F8 #E3F8ED | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1DD | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6C3 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DAA4 | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACF8A | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB16E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D58 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B653F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #114028 | 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: #E3F8ED;
--charcoal-200: #CBF1DD;
--charcoal-300: #A2E6C3;
--charcoal-400: #72DAA4;
--charcoal-500: #4ACF8A;
--charcoal-600: #2FB16E;
--charcoal-700: #258D58;
--charcoal-800: #1B653F;
--charcoal-900: #114028;
--charcoal-950: #0B2819;
}