Charcoal
#11401F
GreenColor Codes
All color formats for development
HEX
#11401FRGB
rgb(17, 64, 31)HSL
hsl(138, 58%, 16%)OKLCH
oklch(0.33 0.076 149.8)CMYK
cmyk(73%, 0%, 52%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F3A1C
2#0E3419
3#0C2D16
4#0A2713
5#092010
6#071A0D
7#051309
8#030D06
9#020603
Tints
Lighter variations
1#1A6230
2#238440
3#2CA651
4#35C861
5#56D27B
6#78DB95
7#99E4B0
8#BBEDCA
9#DDF6E5
Tones
Muted variations
1#143E20
2#163C21
3#183922
4#1B3723
5#1D3524
6#1F3225
7#223026
8#242E27
9#262B28
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8E9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1D6 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6B7 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DA91 | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACF72 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB156 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D45 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B6531 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #11401F | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2814 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCF6;
--charcoal-100: #E3F8E9;
--charcoal-200: #CBF1D6;
--charcoal-300: #A2E6B7;
--charcoal-400: #72DA91;
--charcoal-500: #4ACF72;
--charcoal-600: #2FB156;
--charcoal-700: #258D45;
--charcoal-800: #1B6531;
--charcoal-900: #11401F;
--charcoal-950: #0B2814;
}