Charcoal
#0F431E
GreenColor Codes
All color formats for development
HEX
#0F431ERGB
rgb(15, 67, 30)HSL
hsl(137, 63%, 16%)OKLCH
oklch(0.339 0.083 149)CMYK
cmyk(78%, 0%, 55%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E3C1B
2#0C3518
3#0B2F15
4#092812
5#08210F
6#061B0C
7#051409
8#030D06
9#020703
Tints
Lighter variations
1#17652D
2#1F883D
3#27AB4C
4#2FCE5C
5#50D777
6#73DF92
7#96E7AD
8#B9EFC8
9#DCF7E4
Tones
Muted variations
1#12401F
2#143D20
3#173B21
4#193822
5#1C3623
6#1F3324
7#213125
8#242E27
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 #C9F3D5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9B4 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDE8D | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D56D | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB752 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219141 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #18682E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F431E | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A13 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCF5;
--charcoal-100: #E2F8E8;
--charcoal-200: #C9F3D5;
--charcoal-300: #9FE9B4;
--charcoal-400: #6EDE8D;
--charcoal-500: #44D56D;
--charcoal-600: #2AB752;
--charcoal-700: #219141;
--charcoal-800: #18682E;
--charcoal-900: #0F431E;
--charcoal-950: #092A13;
}