Charcoal
#11402B
GreenColor Codes
All color formats for development
HEX
#11402BRGB
rgb(17, 64, 43)HSL
hsl(153, 58%, 16%)OKLCH
oklch(0.333 0.063 160.4)CMYK
cmyk(73%, 0%, 33%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F3A27
2#0E3423
3#0C2D1E
4#0A271A
5#092016
6#071A11
7#05130D
8#030D09
9#020604
Tints
Lighter variations
1#1A6242
2#238458
3#2CA66F
4#35C886
5#56D29A
6#78DBAE
7#99E4C2
8#BBEDD7
9#DDF6EB
Tones
Muted variations
1#143E2B
2#163C2B
3#18392A
4#1B372A
5#1D352A
6#1F322A
7#22302A
8#242E29
9#262B29
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8EE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6C8 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DAAB | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACF93 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB177 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D5E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B6543 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #11402B | 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: #E3F8EE;
--charcoal-200: #CBF1E0;
--charcoal-300: #A2E6C8;
--charcoal-400: #72DAAB;
--charcoal-500: #4ACF93;
--charcoal-600: #2FB177;
--charcoal-700: #258D5E;
--charcoal-800: #1B6543;
--charcoal-900: #11402B;
--charcoal-950: #0B281B;
}