Charcoal
#383E47
BlueColor Codes
All color formats for development
HEX
#383E47RGB
rgb(56, 62, 71)HSL
hsl(216, 12%, 25%)OKLCH
oklch(0.362 0.018 258.4)CMYK
cmyk(21%, 13%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#323840
2#2D3239
3#272C32
4#22252B
5#1C1F24
6#16191D
7#111315
8#0B0C0E
9#060607
Tints
Lighter variations
1#49515D
2#5A6472
3#6B7688
4#7E899A
5#949DAB
6#A9B1BC
7#BFC4CD
8#D4D8DD
9#EAEBEE
Tones
Muted variations
1#393E47
2#3A3F46
3#3A3F45
4#3B3F44
5#3C3F44
6#3D3F43
7#3D3F42
8#3E3F41
9#3F4041
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBED #EBEDEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DADD #DADDE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BDC3 #BDC3CB | BordersInactive statesPlaceholder text |
| 400 | 9BA4 #9BA4B0 | Disabled statesSecondary iconsMuted text |
| 500 | 7E89 #7E899A | Primary brand colorCTAsActive elementsLinks |
| 600 | 636E #636E7E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F57 #4F5764 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 383E #383E47 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2428 #24282E | Primary textHigh emphasis contentDark headings |
| 950 | 1619 #16191D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F7F8;
--charcoal-100: #EBEDEF;
--charcoal-200: #DADDE2;
--charcoal-300: #BDC3CB;
--charcoal-400: #9BA4B0;
--charcoal-500: #7E899A;
--charcoal-600: #636E7E;
--charcoal-700: #4F5764;
--charcoal-800: #383E47;
--charcoal-900: #24282E;
--charcoal-950: #16191D;
}