Charcoal
#0A473D
CyanColor Codes
All color formats for development
HEX
#0A473DRGB
rgb(10, 71, 61)HSL
hsl(170, 75%, 16%)OKLCH
oklch(0.358 0.061 178.6)CMYK
cmyk(86%, 0%, 14%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#094037
2#083931
3#07322B
4#062B25
5#05241F
6#041D18
7#031512
8#020E0C
9#010706
Tints
Lighter variations
1#106D5D
2#15927D
3#1AB89E
4#20DDBE
5#44E4C9
6#69EAD4
7#8FEFDF
8#B4F4EA
9#DAFAF4
Tones
Muted variations
1#0D443B
2#104139
3#133E37
4#163B35
5#1A3833
6#1D3531
7#20322F
8#232F2D
9#262C2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7EE | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F0 #98F0E2 | BordersInactive statesPlaceholder text |
| 400 | 63E9 #63E9D2 | Disabled statesSecondary iconsMuted text |
| 500 | 36E2 #36E2C6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1CC4 #1CC4A8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 169C #169C86 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1070 #107060 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A47 #0A473D | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDFB;
--charcoal-100: #E0FBF6;
--charcoal-200: #C5F7EE;
--charcoal-300: #98F0E2;
--charcoal-400: #63E9D2;
--charcoal-500: #36E2C6;
--charcoal-600: #1CC4A8;
--charcoal-700: #169C86;
--charcoal-800: #107060;
--charcoal-900: #0A473D;
--charcoal-950: #062D26;
}