Charcoal
#0D451E
GreenColor Codes
All color formats for development
HEX
#0D451ERGB
rgb(13, 69, 30)HSL
hsl(138, 68%, 16%)OKLCH
oklch(0.345 0.087 149.1)CMYK
cmyk(81%, 0%, 57%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C3E1B
2#0A3718
3#093015
4#082912
5#07220F
6#051B0C
7#041509
8#030E06
9#010703
Tints
Lighter variations
1#14692D
2#1B8D3D
3#22B14C
4#28D45C
5#4BDD77
6#6FE492
7#93EAAD
8#B7F1C9
9#DBF8E4
Tones
Muted variations
1#10421F
2#133F20
3#153C21
4#183922
5#1B3723
6#1E3424
7#203125
8#232E27
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 #C7F4D5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECB4 | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E28D | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDA6D | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BC52 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D9641 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B2E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D451E | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B13 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDF5;
--charcoal-100: #E1F9E8;
--charcoal-200: #C7F4D5;
--charcoal-300: #9CECB4;
--charcoal-400: #69E28D;
--charcoal-500: #3EDA6D;
--charcoal-600: #24BC52;
--charcoal-700: #1D9641;
--charcoal-800: #146B2E;
--charcoal-900: #0D451E;
--charcoal-950: #082B13;
}