Charcoal
#0A4837
GreenColor Codes
All color formats for development
HEX
#0A4837RGB
rgb(10, 72, 55)HSL
hsl(164, 76%, 16%)OKLCH
oklch(0.359 0.067 169.3)CMYK
cmyk(86%, 0%, 24%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#094132
2#08392C
3#073227
4#062B21
5#05241C
6#041D16
7#031611
8#020E0B
9#010706
Tints
Lighter variations
1#0F6E54
2#149371
3#19B98E
4#1EDFAB
5#43E5BA
6#68EAC8
7#8EF0D6
8#B4F5E3
9#D9FAF1
Tones
Muted variations
1#0D4536
2#104234
3#133F33
4#163B31
5#193830
6#1C352F
7#1F322D
8#232F2C
9#262C2A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7EA | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1D9 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EAC5 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E3B5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC598 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D79 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7056 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4837 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDFA;
--charcoal-100: #E0FBF3;
--charcoal-200: #C5F7EA;
--charcoal-300: #98F1D9;
--charcoal-400: #62EAC5;
--charcoal-500: #35E3B5;
--charcoal-600: #1BC598;
--charcoal-700: #159D79;
--charcoal-800: #0F7056;
--charcoal-900: #0A4837;
--charcoal-950: #062D23;
}