Charcoal
#0A4822
GreenColor Codes
All color formats for development
HEX
#0A4822RGB
rgb(10, 72, 34)HSL
hsl(143, 76%, 16%)OKLCH
oklch(0.354 0.088 151)CMYK
cmyk(86%, 0%, 53%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#09411E
2#08391B
3#073217
4#062B14
5#052411
6#041D0D
7#03160A
8#020E07
9#010703
Tints
Lighter variations
1#0F6E33
2#149345
3#19B956
4#1EDF68
5#43E581
6#68EA9A
7#8EF0B3
8#B4F5CD
9#D9FAE6
Tones
Muted variations
1#0D4522
2#104223
3#133F24
4#163B24
5#193825
6#1C3526
7#1F3227
8#232F27
9#262C28
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBEA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7D8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1BA | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EA96 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E378 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC55C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D49 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7034 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4822 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D15 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDF6;
--charcoal-100: #E0FBEA;
--charcoal-200: #C5F7D8;
--charcoal-300: #98F1BA;
--charcoal-400: #62EA96;
--charcoal-500: #35E378;
--charcoal-600: #1BC55C;
--charcoal-700: #159D49;
--charcoal-800: #0F7034;
--charcoal-900: #0A4822;
--charcoal-950: #062D15;
}