Charcoal
#0E442A
GreenColor Codes
All color formats for development
HEX
#0E442ARGB
rgb(14, 68, 42)HSL
hsl(151, 66%, 16%)OKLCH
oklch(0.344 0.072 157.6)CMYK
cmyk(79%, 0%, 38%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C3D26
2#0B3621
3#0A2F1D
4#082919
5#072215
6#061B11
7#04140D
8#030E08
9#010704
Tints
Lighter variations
1#156740
2#1C8B55
3#24AE6B
4#2BD281
5#4DDB96
6#71E2AB
7#94E9C0
8#B8F0D5
9#DBF8EA
Tones
Muted variations
1#11412A
2#133E2A
3#163C29
4#193929
5#1B3629
6#1E3429
7#213129
8#232E29
9#262B29
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9EE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4DF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEB #9EEBC6 | BordersInactive statesPlaceholder text |
| 400 | 6BE1 #6BE1A8 | Disabled statesSecondary iconsMuted text |
| 500 | 41D8 #41D88F | Primary brand colorCTAsActive elementsLinks |
| 600 | 26BA #26BA73 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E94 #1E945B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 166A #166A41 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E44 #0E442A | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A1A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FCF8;
--charcoal-100: #E1F9EE;
--charcoal-200: #C8F4DF;
--charcoal-300: #9EEBC6;
--charcoal-400: #6BE1A8;
--charcoal-500: #41D88F;
--charcoal-600: #26BA73;
--charcoal-700: #1E945B;
--charcoal-800: #166A41;
--charcoal-900: #0E442A;
--charcoal-950: #092A1A;
}