Charcoal
#383F47
BlueColor Codes
All color formats for development
HEX
#383F47RGB
rgb(56, 63, 71)HSL
hsl(212, 12%, 25%)OKLCH
oklch(0.364 0.017 251.8)CMYK
cmyk(21%, 11%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#323940
2#2D3339
3#272C32
4#22262B
5#1C2024
6#16191D
7#111315
8#0B0D0E
9#060607
Tints
Lighter variations
1#49525D
2#5A6572
3#6B7888
4#7E8B9A
5#949FAB
6#A9B2BC
7#BFC5CD
8#D4D8DD
9#EAECEE
Tones
Muted variations
1#393F47
2#3A3F46
3#3A3F45
4#3B3F44
5#3C3F44
6#3D4043
7#3D4042
8#3E4041
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 | DADE #DADEE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BDC4 #BDC4CB | BordersInactive statesPlaceholder text |
| 400 | 9BA5 #9BA5B0 | Disabled statesSecondary iconsMuted text |
| 500 | 7E8B #7E8B9A | Primary brand colorCTAsActive elementsLinks |
| 600 | 636F #636F7E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F59 #4F5964 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 383F #383F47 | 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: #DADEE2;
--charcoal-300: #BDC4CB;
--charcoal-400: #9BA5B0;
--charcoal-500: #7E8B9A;
--charcoal-600: #636F7E;
--charcoal-700: #4F5964;
--charcoal-800: #383F47;
--charcoal-900: #24282E;
--charcoal-950: #16191D;
}