Charcoal
#384347
BlueColor Codes
All color formats for development
HEX
#384347RGB
rgb(56, 67, 71)HSL
hsl(196, 12%, 25%)OKLCH
oklch(0.375 0.016 221.8)CMYK
cmyk(21%, 6%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#323D40
2#2D3639
3#272F32
4#22282B
5#1C2224
6#161B1D
7#111415
8#0B0D0E
9#060707
Tints
Lighter variations
1#49585D
2#5A6C72
3#6B8088
4#7E939A
5#94A5AB
6#A9B7BC
7#BFC9CD
8#D4DBDD
9#EAEDEE
Tones
Muted variations
1#394347
2#3A4346
3#3A4245
4#3B4244
5#3C4244
6#3D4143
7#3D4142
8#3E4041
9#3F4041
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEE #EBEEEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DAE0 #DAE0E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BDC8 #BDC8CB | BordersInactive statesPlaceholder text |
| 400 | 9BAB #9BABB0 | Disabled statesSecondary iconsMuted text |
| 500 | 7E93 #7E939A | Primary brand colorCTAsActive elementsLinks |
| 600 | 6376 #63767E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F5E #4F5E64 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3843 #384347 | Text on light backgroundsHeadingsStrong borders |
| 900 | 242B #242B2E | Primary textHigh emphasis contentDark headings |
| 950 | 161B #161B1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F8F8;
--charcoal-100: #EBEEEF;
--charcoal-200: #DAE0E2;
--charcoal-300: #BDC8CB;
--charcoal-400: #9BABB0;
--charcoal-500: #7E939A;
--charcoal-600: #63767E;
--charcoal-700: #4F5E64;
--charcoal-800: #384347;
--charcoal-900: #242B2E;
--charcoal-950: #161B1D;
}