Charcoal
#363E49
BlueColor Codes
All color formats for development
HEX
#363E49RGB
rgb(54, 62, 73)HSL
hsl(215, 15%, 25%)OKLCH
oklch(0.361 0.022 256.4)CMYK
cmyk(26%, 15%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#313842
2#2B323B
3#262C33
4#21252C
5#1B1F25
6#16191D
7#101316
8#0B0C0F
9#050607
Tints
Lighter variations
1#46515F
2#576375
3#67768B
4#7B899D
5#919DAE
6#A7B1BE
7#BDC4CE
8#D3D8DE
9#E9EBEF
Tones
Muted variations
1#373E48
2#383E47
3#393F46
4#3A3F45
5#3B3F45
6#3C3F44
7#3D3F43
8#3E3F42
9#3F4041
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAED #EAEDF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9DD #D9DDE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCC3 #BCC3CD | BordersInactive statesPlaceholder text |
| 400 | 98A4 #98A4B3 | Disabled statesSecondary iconsMuted text |
| 500 | 7B89 #7B899D | Primary brand colorCTAsActive elementsLinks |
| 600 | 5F6D #5F6D81 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4C57 #4C5767 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 363E #363E49 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2328 #23282F | 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: #EAEDF0;
--charcoal-200: #D9DDE3;
--charcoal-300: #BCC3CD;
--charcoal-400: #98A4B3;
--charcoal-500: #7B899D;
--charcoal-600: #5F6D81;
--charcoal-700: #4C5767;
--charcoal-800: #363E49;
--charcoal-900: #23282F;
--charcoal-950: #16191D;
}