Charcoal
#11402C
GreenColor Codes
All color formats for development
HEX
#11402CRGB
rgb(17, 64, 44)HSL
hsl(154, 58%, 16%)OKLCH
oklch(0.334 0.062 161.5)CMYK
cmyk(73%, 0%, 31%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F3A28
2#0E3423
3#0C2D1F
4#0A271A
5#092016
6#071A12
7#05130D
8#030D09
9#020604
Tints
Lighter variations
1#1A6243
2#23845A
3#2CA671
4#35C888
5#56D29C
6#78DBB0
7#99E4C4
8#BBEDD7
9#DDF6EB
Tones
Muted variations
1#143E2C
2#163C2B
3#18392B
4#1B372B
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 #E3F8EF | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6C9 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DAAD | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACF95 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB179 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D60 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B6545 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #11402C | 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: #E3F8EF;
--charcoal-200: #CBF1E0;
--charcoal-300: #A2E6C9;
--charcoal-400: #72DAAD;
--charcoal-500: #4ACF95;
--charcoal-600: #2FB179;
--charcoal-700: #258D60;
--charcoal-800: #1B6545;
--charcoal-900: #11402C;
--charcoal-950: #0B281B;
}