Charcoal
#0B473B
CyanColor Codes
All color formats for development
HEX
#0B473BRGB
rgb(11, 71, 59)HSL
hsl(168, 73%, 16%)OKLCH
oklch(0.358 0.062 175.5)CMYK
cmyk(85%, 0%, 17%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A4035
2#09382F
3#083129
4#072A23
5#06231D
6#041C17
7#031512
8#020E0C
9#010706
Tints
Lighter variations
1#116C59
2#179178
3#1CB697
4#22DBB6
5#46E2C3
6#6BE8CF
7#90EEDB
8#B5F3E7
9#DAF9F3
Tones
Muted variations
1#0E4439
2#114137
3#143E35
4#173B34
5#1A3832
6#1D3530
7#20322E
8#232F2C
9#262C2B
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 #9AEFDE | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7CD | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E0BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC2A1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A80 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B473B | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C25 | 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: #9AEFDE;
--charcoal-400: #65E7CD;
--charcoal-500: #38E0BF;
--charcoal-600: #1EC2A1;
--charcoal-700: #189A80;
--charcoal-800: #116E5C;
--charcoal-900: #0B473B;
--charcoal-950: #072C25;
}