Charcoal
#383B47
BlueColor Codes
All color formats for development
HEX
#383B47RGB
rgb(56, 59, 71)HSL
hsl(228, 12%, 25%)OKLCH
oklch(0.354 0.021 274.2)CMYK
cmyk(21%, 17%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#323540
2#2D2F39
3#272932
4#22232B
5#1C1E24
6#16181D
7#111215
8#0B0C0E
9#060607
Tints
Lighter variations
1#494D5D
2#5A5F72
3#6B7088
4#7E849A
5#9498AB
6#A9ADBC
7#BFC1CD
8#D4D6DD
9#EAEAEE
Tones
Muted variations
1#393C47
2#3A3C46
3#3A3D45
4#3B3D44
5#3C3D44
6#3D3E43
7#3D3E42
8#3E3F41
9#3F3F41
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEC #EBECEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DADB #DADBE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BDC0 #BDC0CB | BordersInactive statesPlaceholder text |
| 400 | 9B9F #9B9FB0 | Disabled statesSecondary iconsMuted text |
| 500 | 7E84 #7E849A | Primary brand colorCTAsActive elementsLinks |
| 600 | 6368 #63687E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F53 #4F5364 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 383B #383B47 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2426 #24262E | Primary textHigh emphasis contentDark headings |
| 950 | 1618 #16181D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F7F8;
--charcoal-100: #EBECEF;
--charcoal-200: #DADBE2;
--charcoal-300: #BDC0CB;
--charcoal-400: #9B9FB0;
--charcoal-500: #7E849A;
--charcoal-600: #63687E;
--charcoal-700: #4F5364;
--charcoal-800: #383B47;
--charcoal-900: #24262E;
--charcoal-950: #16181D;
}