Charcoal
#374348
BlueColor Codes
All color formats for development
HEX
#374348RGB
rgb(55, 67, 72)HSL
hsl(198, 13%, 25%)OKLCH
oklch(0.374 0.018 225)CMYK
cmyk(24%, 7%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#323C41
2#2C363A
3#272F32
4#21282B
5#1C2224
6#161B1D
7#111416
8#0B0D0E
9#060707
Tints
Lighter variations
1#48575E
2#596B73
3#697F89
4#7D929B
5#93A4AC
6#A9B6BC
7#BEC9CD
8#D4DBDE
9#E9EDEE
Tones
Muted variations
1#384347
2#394246
3#3A4246
4#3B4245
5#3C4144
6#3C4143
7#3D4142
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 | DAE0 #DAE0E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BDC7 #BDC7CC | BordersInactive statesPlaceholder text |
| 400 | 9AAA #9AAAB1 | Disabled statesSecondary iconsMuted text |
| 500 | 7D92 #7D929B | Primary brand colorCTAsActive elementsLinks |
| 600 | 6276 #62767F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4E5E #4E5E65 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3743 #374348 | Text on light backgroundsHeadingsStrong borders |
| 900 | 232B #232B2E | Primary textHigh emphasis contentDark headings |
| 950 | 161B #161B1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F8F8;
--charcoal-100: #EBEEEF;
--charcoal-200: #DAE0E2;
--charcoal-300: #BDC7CC;
--charcoal-400: #9AAAB1;
--charcoal-500: #7D929B;
--charcoal-600: #62767F;
--charcoal-700: #4E5E65;
--charcoal-800: #374348;
--charcoal-900: #232B2E;
--charcoal-950: #161B1D;
}