Charcoal
#0A4827
GreenColor Codes
All color formats for development
HEX
#0A4827RGB
rgb(10, 72, 39)HSL
hsl(148, 76%, 16%)OKLCH
oklch(0.355 0.083 154.2)CMYK
cmyk(86%, 0%, 46%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#094123
2#08391F
3#07321B
4#062B17
5#052413
6#041D0F
7#03160C
8#020E08
9#010704
Tints
Lighter variations
1#0F6E3B
2#14934F
3#19B964
4#1EDF78
5#43E58E
6#68EAA5
7#8EF0BB
8#B4F5D2
9#D9FAE8
Tones
Muted variations
1#0D4527
2#104227
3#133F27
4#163B28
5#193828
6#1C3528
7#1F3228
8#232F28
9#262C29
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBEC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7DC | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1C1 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EAA1 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E386 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC56B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D55 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F703D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4827 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D18 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDF7;
--charcoal-100: #E0FBEC;
--charcoal-200: #C5F7DC;
--charcoal-300: #98F1C1;
--charcoal-400: #62EAA1;
--charcoal-500: #35E386;
--charcoal-600: #1BC56B;
--charcoal-700: #159D55;
--charcoal-800: #0F703D;
--charcoal-900: #0A4827;
--charcoal-950: #062D18;
}