Charcoal
#0A4833
GreenColor Codes
All color formats for development
HEX
#0A4833RGB
rgb(10, 72, 51)HSL
hsl(160, 76%, 16%)OKLCH
oklch(0.358 0.07 164.6)CMYK
cmyk(86%, 0%, 29%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#09412E
2#083929
3#073224
4#062B1F
5#05241A
6#041D14
7#03160F
8#020E0A
9#010705
Tints
Lighter variations
1#0F6E4E
2#149369
3#19B984
4#1EDF9F
5#43E5AF
6#68EABF
7#8EF0CF
8#B4F5DF
9#D9FAEF
Tones
Muted variations
1#0D4532
2#104231
3#133F30
4#163B2F
5#19382E
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 #E0FBF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1D3 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EABC | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E3A9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC58D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D70 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7050 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4833 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDF9;
--charcoal-100: #E0FBF2;
--charcoal-200: #C5F7E6;
--charcoal-300: #98F1D3;
--charcoal-400: #62EABC;
--charcoal-500: #35E3A9;
--charcoal-600: #1BC58D;
--charcoal-700: #159D70;
--charcoal-800: #0F7050;
--charcoal-900: #0A4833;
--charcoal-950: #062D20;
}