Charcoal
#0D441B
GreenColor Codes
All color formats for development
HEX
#0D441BRGB
rgb(13, 68, 27)HSL
hsl(135, 68%, 16%)OKLCH
oklch(0.341 0.089 147.8)CMYK
cmyk(81%, 0%, 60%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C3E18
2#0A3716
3#093013
4#082910
5#07220D
6#051B0B
7#041508
8#030E05
9#010703
Tints
Lighter variations
1#146929
2#1B8D37
3#22B145
4#28D453
5#4BDD6F
6#6FE48C
7#93EAA9
8#B7F1C6
9#DBF8E2
Tones
Muted variations
1#10421C
2#133F1E
3#153C1F
4#183920
5#1B3722
6#1E3423
7#203125
8#232E26
9#262C27
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 #9CECB0 | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E287 | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDA65 | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BC4A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D963B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B2A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D451B | 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: #9CECB0;
--charcoal-400: #69E287;
--charcoal-500: #3EDA65;
--charcoal-600: #24BC4A;
--charcoal-700: #1D963B;
--charcoal-800: #146B2A;
--charcoal-900: #0D451B;
--charcoal-950: #082B11;
}