Charcoal
#0F431B
GreenColor Codes
All color formats for development
HEX
#0F431BRGB
rgb(15, 67, 27)HSL
hsl(134, 63%, 16%)OKLCH
oklch(0.338 0.086 147.5)CMYK
cmyk(78%, 0%, 60%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E3C18
2#0C3516
3#0B2F13
4#092810
5#08210E
6#061B0B
7#051408
8#030D05
9#020703
Tints
Lighter variations
1#176529
2#1F8838
3#27AB46
4#2FCE54
5#50D770
6#73DF8D
7#96E7A9
8#B9EFC6
9#DCF7E2
Tones
Muted variations
1#12401C
2#143D1E
3#173B1F
4#193821
5#1C3622
6#1F3323
7#213125
8#242E26
9#262B27
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3D3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9B1 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDE88 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D566 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB74B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #21913B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #18682A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F431B | 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: #F3FCF5;
--charcoal-100: #E2F8E7;
--charcoal-200: #C9F3D3;
--charcoal-300: #9FE9B1;
--charcoal-400: #6EDE88;
--charcoal-500: #44D566;
--charcoal-600: #2AB74B;
--charcoal-700: #21913B;
--charcoal-800: #18682A;
--charcoal-900: #0F431B;
--charcoal-950: #092A11;
}