Charcoal
#0A482D
GreenColor Codes
All color formats for development
HEX
#0A482DRGB
rgb(10, 72, 45)HSL
hsl(154, 76%, 16%)OKLCH
oklch(0.357 0.076 158.8)CMYK
cmyk(86%, 0%, 37%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#094128
2#083924
3#07321F
4#062B1B
5#052416
6#041D12
7#03160D
8#020E09
9#010704
Tints
Lighter variations
1#0F6E45
2#14935C
3#19B974
4#1EDF8B
5#43E59F
6#68EAB2
7#8EF0C5
8#B4F5D9
9#D9FAEC
Tones
Muted variations
1#0D452D
2#10422C
3#133F2C
4#163B2B
5#19382B
6#1C352A
7#1F322A
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 #C5F7E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1CA | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EAAF | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E398 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC57C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D62 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7046 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A482D | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D1C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDF8;
--charcoal-100: #E0FBEF;
--charcoal-200: #C5F7E1;
--charcoal-300: #98F1CA;
--charcoal-400: #62EAAF;
--charcoal-500: #35E398;
--charcoal-600: #1BC57C;
--charcoal-700: #159D62;
--charcoal-800: #0F7046;
--charcoal-900: #0A482D;
--charcoal-950: #062D1C;
}