Charcoal
#0A4836
GreenColor Codes
All color formats for development
HEX
#0A4836RGB
rgb(10, 72, 54)HSL
hsl(163, 76%, 16%)OKLCH
oklch(0.359 0.068 168)CMYK
cmyk(86%, 0%, 25%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#094131
2#08392B
3#073226
4#062B21
5#05241B
6#041D16
7#031610
8#020E0B
9#010705
Tints
Lighter variations
1#0F6E53
2#14936F
3#19B98C
4#1EDFA8
5#43E5B7
6#68EAC6
7#8EF0D4
8#B4F5E2
9#D9FAF1
Tones
Muted variations
1#0D4535
2#104234
3#133F32
4#163B31
5#193830
6#1C352E
7#1F322D
8#232F2B
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 #C5F7E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1D8 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EAC3 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E3B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC595 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D77 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7055 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4836 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D22 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDFA;
--charcoal-100: #E0FBF3;
--charcoal-200: #C5F7E9;
--charcoal-300: #98F1D8;
--charcoal-400: #62EAC3;
--charcoal-500: #35E3B2;
--charcoal-600: #1BC595;
--charcoal-700: #159D77;
--charcoal-800: #0F7055;
--charcoal-900: #0A4836;
--charcoal-950: #062D22;
}