Charcoal
#0A4832
GreenColor Codes
All color formats for development
HEX
#0A4832RGB
rgb(10, 72, 50)HSL
hsl(159, 76%, 16%)OKLCH
oklch(0.358 0.071 163.6)CMYK
cmyk(86%, 0%, 31%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#09412D
2#083928
3#073223
4#062B1E
5#052419
6#041D14
7#03160F
8#020E0A
9#010705
Tints
Lighter variations
1#0F6E4C
2#149367
3#19B981
4#1EDF9B
5#43E5AC
6#68EABD
7#8EF0CD
8#B4F5DE
9#D9FAEE
Tones
Muted variations
1#0D4531
2#104230
3#133F2F
4#163B2E
5#19382D
6#1C352D
7#1F322C
8#232F2B
9#262C2A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1D2 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EABA | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E3A6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC58A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D6E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F704E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4832 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDF9;
--charcoal-100: #E0FBF1;
--charcoal-200: #C5F7E5;
--charcoal-300: #98F1D2;
--charcoal-400: #62EABA;
--charcoal-500: #35E3A6;
--charcoal-600: #1BC58A;
--charcoal-700: #159D6E;
--charcoal-800: #0F704E;
--charcoal-900: #0A4832;
--charcoal-950: #062D1F;
}