Charcoal
#0A482C
GreenColor Codes
All color formats for development
HEX
#0A482CRGB
rgb(10, 72, 44)HSL
hsl(153, 76%, 16%)OKLCH
oklch(0.356 0.078 158)CMYK
cmyk(86%, 0%, 39%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#094128
2#083923
3#07321F
4#062B1A
5#052416
6#041D12
7#03160D
8#020E09
9#010704
Tints
Lighter variations
1#0F6E43
2#14935A
3#19B971
4#1EDF88
5#43E59C
6#68EAB0
7#8EF0C4
8#B4F5D7
9#D9FAEB
Tones
Muted variations
1#0D452C
2#10422B
3#133F2B
4#163B2B
5#19382A
6#1C352A
7#1F322A
8#232F29
9#262C29
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1C9 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EAAD | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E395 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC579 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D60 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7045 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A482C | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D1B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDF8;
--charcoal-100: #E0FBEF;
--charcoal-200: #C5F7E0;
--charcoal-300: #98F1C9;
--charcoal-400: #62EAAD;
--charcoal-500: #35E395;
--charcoal-600: #1BC579;
--charcoal-700: #159D60;
--charcoal-800: #0F7045;
--charcoal-900: #0A482C;
--charcoal-950: #062D1B;
}