Charcoal
#363C4A
BlueColor Codes
All color formats for development
HEX
#363C4ARGB
rgb(54, 60, 74)HSL
hsl(222, 16%, 25%)OKLCH
oklch(0.356 0.026 266.9)CMYK
cmyk(27%, 19%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#303643
2#2B303B
3#252A34
4#20242C
5#1B1E25
6#15181E
7#101216
8#0B0C0F
9#050607
Tints
Lighter variations
1#464E60
2#565F76
3#66718D
4#7A859F
5#9099AF
6#A6AEBF
7#BCC2CF
8#D3D6DF
9#E9EBEF
Tones
Muted variations
1#373C49
2#383C48
3#393D47
4#3A3D46
5#3B3E45
6#3C3E44
7#3D3F43
8#3E3F42
9#3F3F41
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEC #EAECF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9DC #D9DCE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BBC1 #BBC1CE | BordersInactive statesPlaceholder text |
| 400 | 97A0 #97A0B4 | Disabled statesSecondary iconsMuted text |
| 500 | 7A85 #7A859F | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E69 #5E6982 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B54 #4B5468 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 363C #363C4A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2226 #22262F | Primary textHigh emphasis contentDark headings |
| 950 | 1518 #15181E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F7F9;
--charcoal-100: #EAECF0;
--charcoal-200: #D9DCE3;
--charcoal-300: #BBC1CE;
--charcoal-400: #97A0B4;
--charcoal-500: #7A859F;
--charcoal-600: #5E6982;
--charcoal-700: #4B5468;
--charcoal-800: #363C4A;
--charcoal-900: #22262F;
--charcoal-950: #15181E;
}