Charcoal
#0D4427
GreenColor Codes
All color formats for development
HEX
#0D4427RGB
rgb(13, 68, 39)HSL
hsl(148, 68%, 16%)OKLCH
oklch(0.343 0.076 155.3)CMYK
cmyk(81%, 0%, 43%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C3E23
2#0A371F
3#09301B
4#082917
5#072213
6#051B10
7#04150C
8#030E08
9#010704
Tints
Lighter variations
1#14693B
2#1B8D50
3#22B164
4#28D479
5#4BDD8F
6#6FE4A5
7#93EABC
8#B7F1D2
9#DBF8E9
Tones
Muted variations
1#104227
2#133F27
3#153C28
4#183928
5#1B3728
6#1E3428
7#203128
8#232E28
9#262C29
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9EC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F4 #C7F4DC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECC2 | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E2A2 | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDA87 | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BC6B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D9655 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B3D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4527 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B18 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDF7;
--charcoal-100: #E1F9EC;
--charcoal-200: #C7F4DC;
--charcoal-300: #9CECC2;
--charcoal-400: #69E2A2;
--charcoal-500: #3EDA87;
--charcoal-600: #24BC6B;
--charcoal-700: #1D9655;
--charcoal-800: #146B3D;
--charcoal-900: #0D4527;
--charcoal-950: #082B18;
}