Charcoal
#0A4825
GreenColor Codes
All color formats for development
HEX
#0A4825RGB
rgb(10, 72, 37)HSL
hsl(146, 76%, 16%)OKLCH
oklch(0.355 0.085 152.8)CMYK
cmyk(86%, 0%, 49%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#094121
2#08391D
3#07321A
4#062B16
5#052412
6#041D0F
7#03160B
8#020E07
9#010704
Tints
Lighter variations
1#0F6E38
2#14934B
3#19B95E
4#1EDF72
5#43E589
6#68EAA1
7#8EF0B8
8#B4F5D0
9#D9FAE7
Tones
Muted variations
1#0D4525
2#104225
3#133F26
4#163B26
5#193827
6#1C3527
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 #E0FBEB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7DA | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1BE | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EA9D | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E381 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC565 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D50 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7039 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4825 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D17 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDF7;
--charcoal-100: #E0FBEB;
--charcoal-200: #C5F7DA;
--charcoal-300: #98F1BE;
--charcoal-400: #62EA9D;
--charcoal-500: #35E381;
--charcoal-600: #1BC565;
--charcoal-700: #159D50;
--charcoal-800: #0F7039;
--charcoal-900: #0A4825;
--charcoal-950: #062D17;
}