Charcoal
#0D451C
GreenColor Codes
All color formats for development
HEX
#0D451CRGB
rgb(13, 69, 28)HSL
hsl(136, 68%, 16%)OKLCH
oklch(0.344 0.089 148.1)CMYK
cmyk(81%, 0%, 59%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C3E19
2#0A3716
3#093013
4#082911
5#07220E
6#051B0B
7#041508
8#030E06
9#010703
Tints
Lighter variations
1#14692A
2#1B8D39
3#22B148
4#28D456
5#4BDD72
6#6FE48E
7#93EAAA
8#B7F1C7
9#DBF8E3
Tones
Muted variations
1#10421D
2#133F1E
3#153C20
4#183921
5#1B3722
6#1E3424
7#203125
8#232E26
9#262C28
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9E7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F4 #C7F4D3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECB2 | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E289 | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDA68 | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BC4D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D963D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B2C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D451C | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B11 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDF5;
--charcoal-100: #E1F9E7;
--charcoal-200: #C7F4D3;
--charcoal-300: #9CECB2;
--charcoal-400: #69E289;
--charcoal-500: #3EDA68;
--charcoal-600: #24BC4D;
--charcoal-700: #1D963D;
--charcoal-800: #146B2C;
--charcoal-900: #0D451C;
--charcoal-950: #082B11;
}