Charcoal
#0A472E
GreenColor Codes
All color formats for development
HEX
#0A472ERGB
rgb(10, 71, 46)HSL
hsl(155, 75%, 16%)OKLCH
oklch(0.354 0.074 160.3)CMYK
cmyk(86%, 0%, 35%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#094029
2#083925
3#073220
4#062B1C
5#052417
6#041D12
7#03150E
8#020E09
9#010705
Tints
Lighter variations
1#106D46
2#15925E
3#1AB876
4#20DD8E
5#44E4A1
6#69EAB4
7#8FEFC7
8#B4F4DA
9#DAFAEC
Tones
Muted variations
1#0D442D
2#10412D
3#133E2C
4#163B2C
5#1A382B
6#1D352B
7#20322A
8#232F2A
9#262C29
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F0 #98F0CC | BordersInactive statesPlaceholder text |
| 400 | 63E9 #63E9B1 | Disabled statesSecondary iconsMuted text |
| 500 | 36E2 #36E29B | Primary brand colorCTAsActive elementsLinks |
| 600 | 1CC4 #1CC47E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 169C #169C64 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1070 #107048 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A47 #0A472E | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDF8;
--charcoal-100: #E0FBEF;
--charcoal-200: #C5F7E2;
--charcoal-300: #98F0CC;
--charcoal-400: #63E9B1;
--charcoal-500: #36E29B;
--charcoal-600: #1CC47E;
--charcoal-700: #169C64;
--charcoal-800: #107048;
--charcoal-900: #0A472E;
--charcoal-950: #062D1D;
}