Charcoal
#0A4826
GreenColor Codes
All color formats for development
HEX
#0A4826RGB
rgb(10, 72, 38)HSL
hsl(147, 76%, 16%)OKLCH
oklch(0.355 0.084 153.5)CMYK
cmyk(86%, 0%, 47%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#094122
2#08391E
3#07321A
4#062B17
5#052413
6#041D0F
7#03160B
8#020E08
9#010704
Tints
Lighter variations
1#0F6E39
2#14934D
3#19B961
4#1EDF75
5#43E58C
6#68EAA3
7#8EF0BA
8#B4F5D1
9#D9FAE8
Tones
Muted variations
1#0D4526
2#104226
3#133F27
4#163B27
5#193827
6#1C3528
7#1F3228
8#232F28
9#262C28
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBEC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7DB | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1C0 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EA9F | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E384 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC568 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D52 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F703B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4826 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D18 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDF7;
--charcoal-100: #E0FBEC;
--charcoal-200: #C5F7DB;
--charcoal-300: #98F1C0;
--charcoal-400: #62EA9F;
--charcoal-500: #35E384;
--charcoal-600: #1BC568;
--charcoal-700: #159D52;
--charcoal-800: #0F703B;
--charcoal-900: #0A4826;
--charcoal-950: #062D18;
}