Charcoal
#363A4A
BlueColor Codes
All color formats for development
HEX
#363A4ARGB
rgb(54, 58, 74)HSL
hsl(228, 16%, 25%)OKLCH
oklch(0.351 0.028 273.9)CMYK
cmyk(27%, 22%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#303443
2#2B2E3B
3#252834
4#20232C
5#1B1D25
6#15171E
7#101116
8#0B0C0F
9#050607
Tints
Lighter variations
1#464B60
2#565C76
3#666D8D
4#7A819F
5#9096AF
6#A6ABBF
7#BCC0CF
8#D3D5DF
9#E9EAEF
Tones
Muted variations
1#373A49
2#383B48
3#393B47
4#3A3C46
5#3B3D45
6#3C3D44
7#3D3E43
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 | EAEB #EAEBF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9DB #D9DBE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BBBF #BBBFCE | BordersInactive statesPlaceholder text |
| 400 | 979D #979DB4 | Disabled statesSecondary iconsMuted text |
| 500 | 7A81 #7A819F | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E65 #5E6582 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B51 #4B5168 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 363A #363A4A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2225 #22252F | Primary textHigh emphasis contentDark headings |
| 950 | 1517 #15171E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F7F9;
--charcoal-100: #EAEBF0;
--charcoal-200: #D9DBE3;
--charcoal-300: #BBBFCE;
--charcoal-400: #979DB4;
--charcoal-500: #7A819F;
--charcoal-600: #5E6582;
--charcoal-700: #4B5168;
--charcoal-800: #363A4A;
--charcoal-900: #22252F;
--charcoal-950: #15171E;
}