Charcoal
#0A4823
GreenColor Codes
All color formats for development
HEX
#0A4823RGB
rgb(10, 72, 35)HSL
hsl(144, 76%, 16%)OKLCH
oklch(0.354 0.087 151.6)CMYK
cmyk(86%, 0%, 51%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#09411F
2#08391C
3#073218
4#062B15
5#052411
6#041D0E
7#03160A
8#020E07
9#010703
Tints
Lighter variations
1#0F6E35
2#149347
3#19B959
4#1EDF6B
5#43E584
6#68EA9C
7#8EF0B5
8#B4F5CE
9#D9FAE6
Tones
Muted variations
1#0D4523
2#104224
3#133F24
4#163B25
5#193826
6#1C3526
7#1F3227
8#232F28
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 #C5F7D9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1BB | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EA98 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E37B | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC55F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D4C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7036 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4823 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D16 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDF6;
--charcoal-100: #E0FBEA;
--charcoal-200: #C5F7D9;
--charcoal-300: #98F1BB;
--charcoal-400: #62EA98;
--charcoal-500: #35E37B;
--charcoal-600: #1BC55F;
--charcoal-700: #159D4C;
--charcoal-800: #0F7036;
--charcoal-900: #0A4823;
--charcoal-950: #062D16;
}