Charcoal
#0E431A
GreenColor Codes
All color formats for development
HEX
#0E431ARGB
rgb(14, 67, 26)HSL
hsl(134, 65%, 16%)OKLCH
oklch(0.338 0.088 147.2)CMYK
cmyk(79%, 0%, 61%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D3D18
2#0B3615
3#0A2F13
4#092810
5#07220D
6#061B0B
7#041408
8#030D05
9#010703
Tints
Lighter variations
1#166729
2#1D8A37
3#25AD45
4#2CD153
5#4EDA6F
6#72E18C
7#95E9A8
8#B8F0C5
9#DCF8E2
Tones
Muted variations
1#11411C
2#143E1D
3#163B1F
4#193920
5#1C3622
6#1E3323
7#213125
8#232E26
9#262B27
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9E7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3D2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEAB0 | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE087 | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D764 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B949 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F933A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #16692A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E431B | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A11 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FCF5;
--charcoal-100: #E2F9E7;
--charcoal-200: #C8F3D2;
--charcoal-300: #9EEAB0;
--charcoal-400: #6CE087;
--charcoal-500: #42D764;
--charcoal-600: #27B949;
--charcoal-700: #1F933A;
--charcoal-800: #16692A;
--charcoal-900: #0E431B;
--charcoal-950: #092A11;
}