Charcoal
#363E4A
BlueColor Codes
All color formats for development
HEX
#363E4ARGB
rgb(54, 62, 74)HSL
hsl(216, 16%, 25%)OKLCH
oklch(0.361 0.023 258.4)CMYK
cmyk(27%, 16%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#303843
2#2B313B
3#252B34
4#20252C
5#1B1F25
6#15191E
7#101316
8#0B0C0F
9#050607
Tints
Lighter variations
1#465060
2#566376
3#66758D
4#7A899F
5#909CAF
6#A6B0BF
7#BCC4CF
8#D3D8DF
9#E9EBEF
Tones
Muted variations
1#373E49
2#383E48
3#393E47
4#3A3F46
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 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAED #EAEDF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9DD #D9DDE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BBC2 #BBC2CE | BordersInactive statesPlaceholder text |
| 400 | 97A3 #97A3B4 | Disabled statesSecondary iconsMuted text |
| 500 | 7A89 #7A899F | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E6D #5E6D82 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B56 #4B5668 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 363E #363E4A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2227 #22272F | 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: #BBC2CE;
--charcoal-400: #97A3B4;
--charcoal-500: #7A899F;
--charcoal-600: #5E6D82;
--charcoal-700: #4B5668;
--charcoal-800: #363E4A;
--charcoal-900: #22272F;
--charcoal-950: #15191E;
}