Charcoal
#0A482A
GreenColor Codes
All color formats for development
HEX
#0A482ARGB
rgb(10, 72, 42)HSL
hsl(151, 76%, 16%)OKLCH
oklch(0.356 0.08 156.4)CMYK
cmyk(86%, 0%, 42%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#094126
2#083921
3#07321D
4#062B19
5#052415
6#041D11
7#03160D
8#020E08
9#010704
Tints
Lighter variations
1#0F6E40
2#149356
3#19B96C
4#1EDF82
5#43E597
6#68EAAB
7#8EF0C0
8#B4F5D5
9#D9FAEA
Tones
Muted variations
1#0D452A
2#10422A
3#133F2A
4#163B29
5#193829
6#1C3529
7#1F3229
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 #E0FBEE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7DF | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1C6 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EAA8 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E38F | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC573 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D5C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7041 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A482A | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D1A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDF8;
--charcoal-100: #E0FBEE;
--charcoal-200: #C5F7DF;
--charcoal-300: #98F1C6;
--charcoal-400: #62EAA8;
--charcoal-500: #35E38F;
--charcoal-600: #1BC573;
--charcoal-700: #159D5C;
--charcoal-800: #0F7041;
--charcoal-900: #0A482A;
--charcoal-950: #062D1A;
}