Charcoal
#0A4727
GreenColor Codes
All color formats for development
HEX
#0A4727RGB
rgb(10, 71, 39)HSL
hsl(149, 75%, 16%)OKLCH
oklch(0.352 0.081 154.6)CMYK
cmyk(86%, 0%, 45%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#094024
2#083920
3#07321C
4#062B18
5#052414
6#041D10
7#03150C
8#020E08
9#010704
Tints
Lighter variations
1#106D3D
2#159252
3#1AB866
4#20DD7B
5#44E491
6#69EAA7
7#8FEFBD
8#B4F4D3
9#DAFAE9
Tones
Muted variations
1#0D4428
2#104128
3#133E28
4#163B28
5#1A3828
6#1D3528
7#203228
8#232F29
9#262C29
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBED | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7DD | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F0 #98F0C3 | BordersInactive statesPlaceholder text |
| 400 | 63E9 #63E9A4 | Disabled statesSecondary iconsMuted text |
| 500 | 36E2 #36E289 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1CC4 #1CC46D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 169C #169C57 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1070 #10703E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A47 #0A4728 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D19 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDF7;
--charcoal-100: #E0FBED;
--charcoal-200: #C5F7DD;
--charcoal-300: #98F0C3;
--charcoal-400: #63E9A4;
--charcoal-500: #36E289;
--charcoal-600: #1CC46D;
--charcoal-700: #169C57;
--charcoal-800: #10703E;
--charcoal-900: #0A4728;
--charcoal-950: #062D19;
}