Charcoal
#0A4824
GreenColor Codes
All color formats for development
HEX
#0A4824RGB
rgb(10, 72, 36)HSL
hsl(145, 76%, 16%)OKLCH
oklch(0.355 0.086 152.2)CMYK
cmyk(86%, 0%, 50%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#094120
2#08391D
3#073219
4#062B15
5#052412
6#041D0E
7#03160B
8#020E07
9#010704
Tints
Lighter variations
1#0F6E36
2#149349
3#19B95C
4#1EDF6E
5#43E586
6#68EA9E
7#8EF0B7
8#B4F5CF
9#D9FAE7
Tones
Muted variations
1#0D4524
2#104225
3#133F25
4#163B26
5#193826
6#1C3527
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 #E0FBEB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7DA | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1BD | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EA9A | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E37E | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC562 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D4E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7038 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4824 | 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: #E0FBEB;
--charcoal-200: #C5F7DA;
--charcoal-300: #98F1BD;
--charcoal-400: #62EA9A;
--charcoal-500: #35E37E;
--charcoal-600: #1BC562;
--charcoal-700: #159D4E;
--charcoal-800: #0F7038;
--charcoal-900: #0A4824;
--charcoal-950: #062D16;
}