Charcoal
#1B653C
GreenColor Codes
All color formats for development
HEX
#1B653CRGB
rgb(27, 101, 60)HSL
hsl(147, 58%, 25%)OKLCH
oklch(0.451 0.098 154.6)CMYK
cmyk(73%, 0%, 41%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#185B36
2#155130
3#13472A
4#103C24
5#0D321E
6#0B2818
7#081E12
8#05140C
9#030A06
Tints
Lighter variations
1#23834E
2#2BA160
3#33BF72
4#4ACF86
5#68D79A
6#86DFAE
7#A4E7C2
8#C3EFD7
9#E1F7EB
Tones
Muted variations
1#1E613C
2#225D3D
3#265A3D
4#2A563E
5#2D523E
6#314F3E
7#354B3F
8#38473F
9#3C433F
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 #CBF1DC | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6C1 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DAA1 | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACF86 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB16A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D54 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B653C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #114026 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2818 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCF7;
--charcoal-100: #E3F8EC;
--charcoal-200: #CBF1DC;
--charcoal-300: #A2E6C1;
--charcoal-400: #72DAA1;
--charcoal-500: #4ACF86;
--charcoal-600: #2FB16A;
--charcoal-700: #258D54;
--charcoal-800: #1B653C;
--charcoal-900: #114026;
--charcoal-950: #0B2818;
}