Charcoal
#0A482B
GreenColor Codes
All color formats for development
HEX
#0A482BRGB
rgb(10, 72, 43)HSL
hsl(152, 76%, 16%)OKLCH
oklch(0.356 0.079 157.1)CMYK
cmyk(86%, 0%, 40%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#094127
2#083922
3#07321E
4#062B1A
5#052415
6#041D11
7#03160D
8#020E09
9#010704
Tints
Lighter variations
1#0F6E41
2#149358
3#19B96E
4#1EDF85
5#43E599
6#68EAAE
7#8EF0C2
8#B4F5D6
9#D9FAEB
Tones
Muted variations
1#0D452B
2#10422A
3#133F2A
4#163B2A
5#19382A
6#1C352A
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 #C5F7E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1C7 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EAAA | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E392 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC576 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D5E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7043 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A482B | 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: #E0FBEE;
--charcoal-200: #C5F7E0;
--charcoal-300: #98F1C7;
--charcoal-400: #62EAAA;
--charcoal-500: #35E392;
--charcoal-600: #1BC576;
--charcoal-700: #159D5E;
--charcoal-800: #0F7043;
--charcoal-900: #0A482B;
--charcoal-950: #062D1B;
}