Charcoal
#0D442A
GreenColor Codes
All color formats for development
HEX
#0D442ARGB
rgb(13, 68, 42)HSL
hsl(152, 68%, 16%)OKLCH
oklch(0.344 0.072 157.8)CMYK
cmyk(81%, 0%, 38%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C3E26
2#0A3722
3#09301E
4#08291A
5#072215
6#051B11
7#04150D
8#030E09
9#010704
Tints
Lighter variations
1#146941
2#1B8D57
3#22B16E
4#28D484
5#4BDD99
6#6FE4AD
7#93EAC2
8#B7F1D6
9#DBF8EB
Tones
Muted variations
1#10422A
2#133F2A
3#153C2A
4#18392A
5#1B372A
6#1E342A
7#203129
8#232E29
9#262C29
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9EE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F4 #C7F4DF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECC7 | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E2AA | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDA91 | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BC75 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D965D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B43 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D452B | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B1B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDF8;
--charcoal-100: #E1F9EE;
--charcoal-200: #C7F4DF;
--charcoal-300: #9CECC7;
--charcoal-400: #69E2AA;
--charcoal-500: #3EDA91;
--charcoal-600: #24BC75;
--charcoal-700: #1D965D;
--charcoal-800: #146B43;
--charcoal-900: #0D452B;
--charcoal-950: #082B1B;
}