Charcoal
#0F431D
GreenColor Codes
All color formats for development
HEX
#0F431DRGB
rgb(15, 67, 29)HSL
hsl(136, 63%, 16%)OKLCH
oklch(0.339 0.084 148.5)CMYK
cmyk(78%, 0%, 57%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E3C1A
2#0C3517
3#0B2F14
4#092811
5#08210E
6#061B0C
7#051409
8#030D06
9#020703
Tints
Lighter variations
1#17652C
2#1F883B
3#27AB4A
4#2FCE59
5#50D774
6#73DF90
7#96E7AC
8#B9EFC8
9#DCF7E3
Tones
Muted variations
1#12401E
2#143D1F
3#173B20
4#193822
5#1C3623
6#1F3324
7#213125
8#242E26
9#262B28
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3D4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9B3 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDE8C | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D56B | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB74F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #21913F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #18682D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F431D | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A12 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCF5;
--charcoal-100: #E2F8E8;
--charcoal-200: #C9F3D4;
--charcoal-300: #9FE9B3;
--charcoal-400: #6EDE8C;
--charcoal-500: #44D56B;
--charcoal-600: #2AB74F;
--charcoal-700: #21913F;
--charcoal-800: #18682D;
--charcoal-900: #0F431D;
--charcoal-950: #092A12;
}