Charcoal
#384147
BlueColor Codes
All color formats for development
HEX
#384147RGB
rgb(56, 65, 71)HSL
hsl(204, 12%, 25%)OKLCH
oklch(0.369 0.016 237.1)CMYK
cmyk(21%, 8%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#323B40
2#2D3439
3#272E32
4#22272B
5#1C2124
6#161A1D
7#111415
8#0B0D0E
9#060707
Tints
Lighter variations
1#49555D
2#5A6872
3#6B7C88
4#7E8F9A
5#94A2AB
6#A9B4BC
7#BFC7CD
8#D4DADD
9#EAECEE
Tones
Muted variations
1#394147
2#3A4146
3#3A4145
4#3B4144
5#3C4144
6#3D4043
7#3D4042
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 | DADF #DADFE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BDC6 #BDC6CB | BordersInactive statesPlaceholder text |
| 400 | 9BA8 #9BA8B0 | Disabled statesSecondary iconsMuted text |
| 500 | 7E8F #7E8F9A | Primary brand colorCTAsActive elementsLinks |
| 600 | 6373 #63737E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F5B #4F5B64 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3841 #384147 | Text on light backgroundsHeadingsStrong borders |
| 900 | 242A #242A2E | Primary textHigh emphasis contentDark headings |
| 950 | 161A #161A1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F8F8;
--charcoal-100: #EBEEEF;
--charcoal-200: #DADFE2;
--charcoal-300: #BDC6CB;
--charcoal-400: #9BA8B0;
--charcoal-500: #7E8F9A;
--charcoal-600: #63737E;
--charcoal-700: #4F5B64;
--charcoal-800: #384147;
--charcoal-900: #242A2E;
--charcoal-950: #161A1D;
}