Charcoal
#0D4431
GreenColor Codes
All color formats for development
HEX
#0D4431RGB
rgb(13, 68, 49)HSL
hsl(159, 68%, 16%)OKLCH
oklch(0.346 0.065 165.1)CMYK
cmyk(81%, 0%, 28%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C3E2C
2#0A3727
3#093022
4#08291D
5#072219
6#051B14
7#04150F
8#030E0A
9#010705
Tints
Lighter variations
1#14694B
2#1B8D65
3#22B17E
4#28D498
5#4BDDAA
6#6FE4BB
7#93EACC
8#B7F1DD
9#DBF8EE
Tones
Muted variations
1#104230
2#133F2F
3#153C2F
4#18392E
5#1B372D
6#1E342C
7#20312B
8#232E2A
9#262C2A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F4 #C7F4E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECD0 | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E2B8 | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDAA4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BC87 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D966B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B4D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4531 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDF9;
--charcoal-100: #E1F9F1;
--charcoal-200: #C7F4E5;
--charcoal-300: #9CECD0;
--charcoal-400: #69E2B8;
--charcoal-500: #3EDAA4;
--charcoal-600: #24BC87;
--charcoal-700: #1D966B;
--charcoal-800: #146B4D;
--charcoal-900: #0D4531;
--charcoal-950: #082B1F;
}