Charcoal
#0B473A
CyanColor Codes
All color formats for development
HEX
#0B473ARGB
rgb(11, 71, 58)HSL
hsl(167, 73%, 16%)OKLCH
oklch(0.358 0.063 174.1)CMYK
cmyk(85%, 0%, 18%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A4034
2#09382E
3#083128
4#072A23
5#06231D
6#041C17
7#031511
8#020E0C
9#010706
Tints
Lighter variations
1#116C58
2#179176
3#1CB695
4#22DBB3
5#46E2C0
6#6BE8CD
7#90EED9
8#B5F3E6
9#DAF9F2
Tones
Muted variations
1#0E4438
2#114136
3#143E35
4#173B33
5#1A3831
6#1D3530
7#20322E
8#232F2C
9#262C2A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6EC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFDD | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7CB | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E0BC | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC29F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A7E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E5A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B473A | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDFB;
--charcoal-100: #E0FAF5;
--charcoal-200: #C6F6EC;
--charcoal-300: #9AEFDD;
--charcoal-400: #65E7CB;
--charcoal-500: #38E0BC;
--charcoal-600: #1EC29F;
--charcoal-700: #189A7E;
--charcoal-800: #116E5A;
--charcoal-900: #0B473A;
--charcoal-950: #072C24;
}