Charcoal
#0E432A
GreenColor Codes
All color formats for development
HEX
#0E432ARGB
rgb(14, 67, 42)HSL
hsl(152, 65%, 16%)OKLCH
oklch(0.341 0.07 158.2)CMYK
cmyk(79%, 0%, 37%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D3D26
2#0B3622
3#0A2F1E
4#09281A
5#072215
6#061B11
7#04140D
8#030D09
9#010704
Tints
Lighter variations
1#166741
2#1D8A57
3#25AD6E
4#2CD184
5#4EDA99
6#72E1AD
7#95E9C2
8#B8F0D6
9#DCF8EB
Tones
Muted variations
1#11412A
2#143E2A
3#163B2A
4#19392A
5#1C362A
6#1E332A
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 | E2F9 #E2F9EE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3DF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEAC7 | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE0AA | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D791 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B975 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F935D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #166943 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E432B | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A1B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FCF8;
--charcoal-100: #E2F9EE;
--charcoal-200: #C8F3DF;
--charcoal-300: #9EEAC7;
--charcoal-400: #6CE0AA;
--charcoal-500: #42D791;
--charcoal-600: #27B975;
--charcoal-700: #1F935D;
--charcoal-800: #166943;
--charcoal-900: #0E432B;
--charcoal-950: #092A1B;
}