Charcoal
#0F431C
GreenColor Codes
All color formats for development
HEX
#0F431CRGB
rgb(15, 67, 28)HSL
hsl(135, 63%, 16%)OKLCH
oklch(0.339 0.085 148)CMYK
cmyk(78%, 0%, 58%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E3C19
2#0C3516
3#0B2F14
4#092811
5#08210E
6#061B0B
7#051408
8#030D06
9#020703
Tints
Lighter variations
1#17652B
2#1F8839
3#27AB48
4#2FCE57
5#50D772
6#73DF8E
7#96E7AA
8#B9EFC7
9#DCF7E3
Tones
Muted variations
1#12401D
2#143D1F
3#173B20
4#193821
5#1C3622
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 #C9F3D3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9B2 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDE8A | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D568 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB74D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #21913D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #18682C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F431C | 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: #E2F8E8;
--charcoal-200: #C9F3D3;
--charcoal-300: #9FE9B2;
--charcoal-400: #6EDE8A;
--charcoal-500: #44D568;
--charcoal-600: #2AB74D;
--charcoal-700: #21913D;
--charcoal-800: #18682C;
--charcoal-900: #0F431C;
--charcoal-950: #092A11;
}