Charcoal
#363F4A
BlueColor Codes
All color formats for development
HEX
#363F4ARGB
rgb(54, 63, 74)HSL
hsl(213, 16%, 25%)OKLCH
oklch(0.364 0.023 253.6)CMYK
cmyk(27%, 15%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#303843
2#2B323B
3#252C34
4#20262C
5#1B1F25
6#15191E
7#101316
8#0B0D0F
9#050607
Tints
Lighter variations
1#465260
2#566476
3#66778D
4#7A8A9F
5#909EAF
6#A6B1BF
7#BCC5CF
8#D3D8DF
9#E9ECEF
Tones
Muted variations
1#373F49
2#383F48
3#393F47
4#3A3F46
5#3B3F45
6#3C3F44
7#3D3F43
8#3E4042
9#3F4041
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAED #EAEDF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9DD #D9DDE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BBC3 #BBC3CE | BordersInactive statesPlaceholder text |
| 400 | 97A4 #97A4B4 | Disabled statesSecondary iconsMuted text |
| 500 | 7A8A #7A8A9F | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E6E #5E6E82 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B58 #4B5868 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 363F #363F4A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2228 #22282F | Primary textHigh emphasis contentDark headings |
| 950 | 1519 #15191E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F7F9;
--charcoal-100: #EAEDF0;
--charcoal-200: #D9DDE3;
--charcoal-300: #BBC3CE;
--charcoal-400: #97A4B4;
--charcoal-500: #7A8A9F;
--charcoal-600: #5E6E82;
--charcoal-700: #4B5868;
--charcoal-800: #363F4A;
--charcoal-900: #22282F;
--charcoal-950: #15191E;
}