Charcoal
#0F431A
GreenColor Codes
All color formats for development
HEX
#0F431ARGB
rgb(15, 67, 26)HSL
hsl(133, 63%, 16%)OKLCH
oklch(0.338 0.087 147)CMYK
cmyk(78%, 0%, 61%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E3C18
2#0C3515
3#0B2F12
4#092810
5#08210D
6#061B0A
7#051408
8#030D05
9#020703
Tints
Lighter variations
1#176528
2#1F8836
3#27AB44
4#2FCE51
5#50D76E
6#73DF8B
7#96E7A8
8#B9EFC5
9#DCF7E2
Tones
Muted variations
1#12401C
2#143D1D
3#173B1F
4#193820
5#1C3622
6#1F3323
7#213124
8#242E26
9#262B27
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3D2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9AF | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDE86 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D563 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB748 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219139 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186829 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F431A | 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: #F3FCF5;
--charcoal-100: #E2F8E7;
--charcoal-200: #C9F3D2;
--charcoal-300: #9FE9AF;
--charcoal-400: #6EDE86;
--charcoal-500: #44D563;
--charcoal-600: #2AB748;
--charcoal-700: #219139;
--charcoal-800: #186829;
--charcoal-900: #0F431A;
--charcoal-950: #092A10;
}