Charcoal
#0B473C
CyanColor Codes
All color formats for development
HEX
#0B473CRGB
rgb(11, 71, 60)HSL
hsl(169, 73%, 16%)OKLCH
oklch(0.358 0.061 177)CMYK
cmyk(85%, 0%, 15%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A4036
2#093830
3#08312A
4#072A24
5#06231E
6#041C18
7#031512
8#020E0C
9#010706
Tints
Lighter variations
1#116C5B
2#17917A
3#1CB69A
4#22DBB9
5#46E2C5
6#6BE8D1
7#90EEDC
8#B5F3E8
9#DAF9F3
Tones
Muted variations
1#0E443A
2#114138
3#143E36
4#173B34
5#1A3832
6#1D3530
7#20322E
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 | E0FA #E0FAF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6ED | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFDF | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7CF | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E0C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC2A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A83 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E5D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B473C | 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: #C6F6ED;
--charcoal-300: #9AEFDF;
--charcoal-400: #65E7CF;
--charcoal-500: #38E0C1;
--charcoal-600: #1EC2A4;
--charcoal-700: #189A83;
--charcoal-800: #116E5D;
--charcoal-900: #0B473C;
--charcoal-950: #072C25;
}