Charcoal
#0A471F
GreenColor Codes
All color formats for development
HEX
#0A471FRGB
rgb(10, 71, 31)HSL
hsl(141, 75%, 16%)OKLCH
oklch(0.35 0.09 149.7)CMYK
cmyk(86%, 0%, 56%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#09401C
2#083919
3#073216
4#062B13
5#052410
6#041D0D
7#031509
8#020E06
9#010703
Tints
Lighter variations
1#106D30
2#159241
3#1AB851
4#20DD62
5#44E47C
6#69EA96
7#8FEFB0
8#B4F4CB
9#DAFAE5
Tones
Muted variations
1#0D4421
2#104121
3#133E22
4#163B23
5#1A3824
6#1D3525
7#203226
8#232F27
9#262C28
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBE9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7D6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F0 #98F0B7 | BordersInactive statesPlaceholder text |
| 400 | 63E9 #63E992 | Disabled statesSecondary iconsMuted text |
| 500 | 36E2 #36E272 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1CC4 #1CC457 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 169C #169C45 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1070 #107031 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A47 #0A4720 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D14 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDF6;
--charcoal-100: #E0FBE9;
--charcoal-200: #C5F7D6;
--charcoal-300: #98F0B7;
--charcoal-400: #63E992;
--charcoal-500: #36E272;
--charcoal-600: #1CC457;
--charcoal-700: #169C45;
--charcoal-800: #107031;
--charcoal-900: #0A4720;
--charcoal-950: #062D14;
}