Charcoal
#0A4828
GreenColor Codes
All color formats for development
HEX
#0A4828RGB
rgb(10, 72, 40)HSL
hsl(149, 76%, 16%)OKLCH
oklch(0.355 0.082 154.9)CMYK
cmyk(86%, 0%, 44%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#094124
2#083920
3#07321C
4#062B18
5#052414
6#041D10
7#03160C
8#020E08
9#010704
Tints
Lighter variations
1#0F6E3D
2#149352
3#19B966
4#1EDF7B
5#43E591
6#68EAA7
7#8EF0BD
8#B4F5D3
9#D9FAE9
Tones
Muted variations
1#0D4528
2#104228
3#133F28
4#163B28
5#193828
6#1C3528
7#1F3228
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 #C5F7DD | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1C3 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EAA3 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E389 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC56D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D57 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F703E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4828 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D19 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDF7;
--charcoal-100: #E0FBED;
--charcoal-200: #C5F7DD;
--charcoal-300: #98F1C3;
--charcoal-400: #62EAA3;
--charcoal-500: #35E389;
--charcoal-600: #1BC56D;
--charcoal-700: #159D57;
--charcoal-800: #0F703E;
--charcoal-900: #0A4828;
--charcoal-950: #062D19;
}