Charcoal
#0C451F
GreenColor Codes
All color formats for development
HEX
#0C451FRGB
rgb(12, 69, 31)HSL
hsl(140, 70%, 16%)OKLCH
oklch(0.345 0.086 149.8)CMYK
cmyk(83%, 0%, 55%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B3E1C
2#0A3719
3#093116
4#072A13
5#062310
6#051C0D
7#041509
8#020E06
9#010703
Tints
Lighter variations
1#136A30
2#198E40
3#20B351
4#26D761
5#49DF7B
6#6DE595
7#92ECB0
8#B6F2CA
9#DBF9E5
Tones
Muted variations
1#0F4320
2#124021
3#153D22
4#183A23
5#1B3724
6#1D3425
7#203126
8#232F27
9#262C28
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1FA #E1FAE9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5D6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BED #9BEDB7 | BordersInactive statesPlaceholder text |
| 400 | 67E4 #67E491 | Disabled statesSecondary iconsMuted text |
| 500 | 3CDD #3CDD71 | Primary brand colorCTAsActive elementsLinks |
| 600 | 22BF #22BF56 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B98 #1B9844 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 136C #136C31 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C45 #0C451F | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B14 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDF6;
--charcoal-100: #E1FAE9;
--charcoal-200: #C7F5D6;
--charcoal-300: #9BEDB7;
--charcoal-400: #67E491;
--charcoal-500: #3CDD71;
--charcoal-600: #22BF56;
--charcoal-700: #1B9844;
--charcoal-800: #136C31;
--charcoal-900: #0C451F;
--charcoal-950: #082B14;
}