Charcoal
#0A4821
GreenColor Codes
All color formats for development
HEX
#0A4821RGB
rgb(10, 72, 33)HSL
hsl(142, 76%, 16%)OKLCH
oklch(0.354 0.089 150.5)CMYK
cmyk(86%, 0%, 54%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#09411D
2#08391A
3#073217
4#062B14
5#052410
6#041D0D
7#03160A
8#020E07
9#010703
Tints
Lighter variations
1#0F6E32
2#149343
3#19B954
4#1EDF65
5#43E57E
6#68EA98
7#8EF0B2
8#B4F5CB
9#D9FAE5
Tones
Muted variations
1#0D4521
2#104222
3#133F23
4#163B24
5#193825
6#1C3525
7#1F3226
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 #C5F7D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1B8 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EA94 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E375 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC559 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D47 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7033 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4821 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D14 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDF6;
--charcoal-100: #E0FBEA;
--charcoal-200: #C5F7D7;
--charcoal-300: #98F1B8;
--charcoal-400: #62EA94;
--charcoal-500: #35E375;
--charcoal-600: #1BC559;
--charcoal-700: #159D47;
--charcoal-800: #0F7033;
--charcoal-900: #0A4821;
--charcoal-950: #062D14;
}