Charcoal
#0E432B
GreenColor Codes
All color formats for development
HEX
#0E432BRGB
rgb(14, 67, 43)HSL
hsl(153, 65%, 16%)OKLCH
oklch(0.342 0.069 159.2)CMYK
cmyk(79%, 0%, 36%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D3D27
2#0B3623
3#0A2F1E
4#09281A
5#072216
6#061B11
7#04140D
8#030D09
9#010704
Tints
Lighter variations
1#166742
2#1D8A59
3#25AD70
4#2CD187
5#4EDA9B
6#72E1AF
7#95E9C3
8#B8F0D7
9#DCF8EB
Tones
Muted variations
1#11412B
2#143E2B
3#163B2B
4#19392A
5#1C362A
6#1E332A
7#21312A
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 #C8F3E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEAC8 | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE0AC | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D794 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B977 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F935F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #166944 | 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: #C8F3E0;
--charcoal-300: #9EEAC8;
--charcoal-400: #6CE0AC;
--charcoal-500: #42D794;
--charcoal-600: #27B977;
--charcoal-700: #1F935F;
--charcoal-800: #166944;
--charcoal-900: #0E432B;
--charcoal-950: #092A1B;
}