Charcoal
#0F4319
GreenColor Codes
All color formats for development
HEX
#0F4319RGB
rgb(15, 67, 25)HSL
hsl(132, 63%, 16%)OKLCH
oklch(0.338 0.088 146.5)CMYK
cmyk(78%, 0%, 63%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E3C17
2#0C3514
3#0B2F12
4#09280F
5#08210D
6#061B0A
7#051408
8#030D05
9#020703
Tints
Lighter variations
1#176527
2#1F8834
3#27AB41
4#2FCE4F
5#50D76B
6#73DF89
7#96E7A6
8#B9EFC4
9#DCF7E1
Tones
Muted variations
1#12401B
2#143D1C
3#173B1E
4#193820
5#1C3621
6#1F3323
7#213124
8#242E26
9#262B27
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3D1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9AE | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDE84 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D561 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB746 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219138 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186828 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4319 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A10 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCF4;
--charcoal-100: #E2F8E6;
--charcoal-200: #C9F3D1;
--charcoal-300: #9FE9AE;
--charcoal-400: #6EDE84;
--charcoal-500: #44D561;
--charcoal-600: #2AB746;
--charcoal-700: #219138;
--charcoal-800: #186828;
--charcoal-900: #0F4319;
--charcoal-950: #092A10;
}