Charcoal
#0A4829
GreenColor Codes
All color formats for development
HEX
#0A4829RGB
rgb(10, 72, 41)HSL
hsl(150, 76%, 16%)OKLCH
oklch(0.356 0.081 155.6)CMYK
cmyk(86%, 0%, 43%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#094125
2#083921
3#07321D
4#062B18
5#052414
6#041D10
7#03160C
8#020E08
9#010704
Tints
Lighter variations
1#0F6E3E
2#149354
3#19B969
4#1EDF7E
5#43E594
6#68EAA9
7#8EF0BF
8#B4F5D4
9#D9FAEA
Tones
Muted variations
1#0D4529
2#104229
3#133F29
4#163B29
5#193829
6#1C3529
7#1F3229
8#232F29
9#262C29
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBED | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7DE | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1C4 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EAA6 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E38C | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC570 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D59 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7040 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4829 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D1A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDF7;
--charcoal-100: #E0FBED;
--charcoal-200: #C5F7DE;
--charcoal-300: #98F1C4;
--charcoal-400: #62EAA6;
--charcoal-500: #35E38C;
--charcoal-600: #1BC570;
--charcoal-700: #159D59;
--charcoal-800: #0F7040;
--charcoal-900: #0A4829;
--charcoal-950: #062D1A;
}