Charcoal
#0A4738
CyanColor Codes
All color formats for development
HEX
#0A4738RGB
rgb(10, 71, 56)HSL
hsl(165, 75%, 16%)OKLCH
oklch(0.357 0.065 171.5)CMYK
cmyk(86%, 0%, 21%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#094032
2#08392D
3#073227
4#062B22
5#05241C
6#041D16
7#031511
8#020E0B
9#010706
Tints
Lighter variations
1#106D56
2#159273
3#1AB890
4#20DDAE
5#44E4BC
6#69EAC9
7#8FEFD7
8#B4F4E4
9#DAFAF2
Tones
Muted variations
1#0D4437
2#104135
3#133E34
4#163B32
5#1A3830
6#1D352F
7#20322D
8#232F2C
9#262C2A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7EA | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F0 #98F0DA | BordersInactive statesPlaceholder text |
| 400 | 63E9 #63E9C7 | Disabled statesSecondary iconsMuted text |
| 500 | 36E2 #36E2B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1CC4 #1CC49A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 169C #169C7B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1070 #107058 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A47 #0A4738 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDFA;
--charcoal-100: #E0FBF4;
--charcoal-200: #C5F7EA;
--charcoal-300: #98F0DA;
--charcoal-400: #63E9C7;
--charcoal-500: #36E2B7;
--charcoal-600: #1CC49A;
--charcoal-700: #169C7B;
--charcoal-800: #107058;
--charcoal-900: #0A4738;
--charcoal-950: #062D23;
}