Charcoal
#0C452A
GreenColor Codes
All color formats for development
HEX
#0C452ARGB
rgb(12, 69, 42)HSL
hsl(152, 70%, 16%)OKLCH
oklch(0.347 0.074 157.5)CMYK
cmyk(83%, 0%, 39%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B3E26
2#0A3722
3#09311E
4#072A1A
5#062315
6#051C11
7#04150D
8#020E09
9#010704
Tints
Lighter variations
1#136A41
2#198E58
3#20B36E
4#26D784
5#49DF99
6#6DE5AD
7#92ECC2
8#B6F2D6
9#DBF9EB
Tones
Muted variations
1#0F432B
2#12402A
3#153D2A
4#183A2A
5#1B372A
6#1D342A
7#203129
8#232F29
9#262C29
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1FA #E1FAEE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5DF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BED #9BEDC7 | BordersInactive statesPlaceholder text |
| 400 | 67E4 #67E4AA | Disabled statesSecondary iconsMuted text |
| 500 | 3CDD #3CDD92 | Primary brand colorCTAsActive elementsLinks |
| 600 | 22BF #22BF75 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B98 #1B985D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 136C #136C43 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C45 #0C452B | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B1B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDF8;
--charcoal-100: #E1FAEE;
--charcoal-200: #C7F5DF;
--charcoal-300: #9BEDC7;
--charcoal-400: #67E4AA;
--charcoal-500: #3CDD92;
--charcoal-600: #22BF75;
--charcoal-700: #1B985D;
--charcoal-800: #136C43;
--charcoal-900: #0C452B;
--charcoal-950: #082B1B;
}