Charcoal
#0A4830
GreenColor Codes
All color formats for development
HEX
#0A4830RGB
rgb(10, 72, 48)HSL
hsl(157, 76%, 16%)OKLCH
oklch(0.357 0.073 161.6)CMYK
cmyk(86%, 0%, 33%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#09412B
2#083926
3#073222
4#062B1D
5#052418
6#041D13
7#03160E
8#020E0A
9#010705
Tints
Lighter variations
1#0F6E49
2#149362
3#19B97C
4#1EDF95
5#43E5A7
6#68EAB9
7#8EF0CA
8#B4F5DC
9#D9FAED
Tones
Muted variations
1#0D452F
2#10422F
3#133F2E
4#163B2D
5#19382C
6#1C352C
7#1F322B
8#232F2A
9#262C2A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1CF | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EAB6 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E3A1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC584 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D69 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F704B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4830 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDF9;
--charcoal-100: #E0FBF0;
--charcoal-200: #C5F7E4;
--charcoal-300: #98F1CF;
--charcoal-400: #62EAB6;
--charcoal-500: #35E3A1;
--charcoal-600: #1BC584;
--charcoal-700: #159D69;
--charcoal-800: #0F704B;
--charcoal-900: #0A4830;
--charcoal-950: #062D1E;
}