Charcoal
#0D451D
GreenColor Codes
All color formats for development
HEX
#0D451DRGB
rgb(13, 69, 29)HSL
hsl(137, 68%, 16%)OKLCH
oklch(0.344 0.088 148.5)CMYK
cmyk(81%, 0%, 58%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C3E1A
2#0A3717
3#093014
4#082911
5#07220E
6#051B0C
7#041509
8#030E06
9#010703
Tints
Lighter variations
1#14692C
2#1B8D3B
3#22B14A
4#28D459
5#4BDD74
6#6FE490
7#93EAAC
8#B7F1C8
9#DBF8E3
Tones
Muted variations
1#10421E
2#133F1F
3#153C20
4#183922
5#1B3723
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 #E1F9E8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F4 #C7F4D4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECB3 | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E28B | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDA6A | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BC4F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D963F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B2D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D451D | 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: #E1F9E8;
--charcoal-200: #C7F4D4;
--charcoal-300: #9CECB3;
--charcoal-400: #69E28B;
--charcoal-500: #3EDA6A;
--charcoal-600: #24BC4F;
--charcoal-700: #1D963F;
--charcoal-800: #146B2D;
--charcoal-900: #0D451D;
--charcoal-950: #082B12;
}