Charcoal
#0C451C
GreenColor Codes
All color formats for development
HEX
#0C451CRGB
rgb(12, 69, 28)HSL
hsl(137, 70%, 16%)OKLCH
oklch(0.344 0.089 148.3)CMYK
cmyk(83%, 0%, 59%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B3E1A
2#0A3717
3#093114
4#072A11
5#06230E
6#051C0B
7#041509
8#020E06
9#010703
Tints
Lighter variations
1#136A2B
2#198E3A
3#20B349
4#26D758
5#49DF73
6#6DE58F
7#92ECAB
8#B6F2C7
9#DBF9E3
Tones
Muted variations
1#0F431E
2#12401F
3#153D20
4#183A21
5#1B3723
6#1D3424
7#203125
8#232F26
9#262C28
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1FA #E1FAE8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5D4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BED #9BEDB3 | BordersInactive statesPlaceholder text |
| 400 | 67E4 #67E48B | Disabled statesSecondary iconsMuted text |
| 500 | 3CDD #3CDD69 | Primary brand colorCTAsActive elementsLinks |
| 600 | 22BF #22BF4E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B98 #1B983E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 136C #136C2C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C45 #0C451C | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B12 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDF5;
--charcoal-100: #E1FAE8;
--charcoal-200: #C7F5D4;
--charcoal-300: #9BEDB3;
--charcoal-400: #67E48B;
--charcoal-500: #3CDD69;
--charcoal-600: #22BF4E;
--charcoal-700: #1B983E;
--charcoal-800: #136C2C;
--charcoal-900: #0C451C;
--charcoal-950: #082B12;
}