Charcoal
#383D47
BlueColor Codes
All color formats for development
HEX
#383D47RGB
rgb(56, 61, 71)HSL
hsl(220, 12%, 25%)OKLCH
oklch(0.359 0.019 264.3)CMYK
cmyk(21%, 14%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#323740
2#2D3139
3#272B32
4#22252B
5#1C1F24
6#16181D
7#111215
8#0B0C0E
9#060607
Tints
Lighter variations
1#49505D
2#5A6272
3#6B7488
4#7E889A
5#949CAB
6#A9AFBC
7#BFC3CD
8#D4D7DD
9#EAEBEE
Tones
Muted variations
1#393D47
2#3A3E46
3#3A3E45
4#3B3E44
5#3C3E44
6#3D3F43
7#3D3F42
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 | DADD #DADDE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BDC2 #BDC2CB | BordersInactive statesPlaceholder text |
| 400 | 9BA2 #9BA2B0 | Disabled statesSecondary iconsMuted text |
| 500 | 7E88 #7E889A | Primary brand colorCTAsActive elementsLinks |
| 600 | 636C #636C7E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F56 #4F5664 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 383D #383D47 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2427 #24272E | 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: #DADDE2;
--charcoal-300: #BDC2CB;
--charcoal-400: #9BA2B0;
--charcoal-500: #7E889A;
--charcoal-600: #636C7E;
--charcoal-700: #4F5664;
--charcoal-800: #383D47;
--charcoal-900: #24272E;
--charcoal-950: #16181D;
}