Charcoal
#0F4320
GreenColor Codes
All color formats for development
HEX
#0F4320RGB
rgb(15, 67, 32)HSL
hsl(140, 63%, 16%)OKLCH
oklch(0.339 0.081 150.2)CMYK
cmyk(78%, 0%, 52%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E3C1D
2#0C351A
3#0B2F17
4#092813
5#082110
6#061B0D
7#05140A
8#030D06
9#020703
Tints
Lighter variations
1#176531
2#1F8842
3#27AB53
4#2FCE64
5#50D77D
6#73DF97
7#96E7B1
8#B9EFCB
9#DCF7E5
Tones
Muted variations
1#124021
2#143D22
3#173B23
4#193824
5#1C3625
6#1F3325
7#213126
8#242E27
9#262B28
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9B8 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDE93 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D574 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB759 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219147 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186832 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4320 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A14 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCF6;
--charcoal-100: #E2F8E9;
--charcoal-200: #C9F3D7;
--charcoal-300: #9FE9B8;
--charcoal-400: #6EDE93;
--charcoal-500: #44D574;
--charcoal-600: #2AB759;
--charcoal-700: #219147;
--charcoal-800: #186832;
--charcoal-900: #0F4320;
--charcoal-950: #092A14;
}