Charcoal
#32344D
BlueColor Codes
All color formats for development
HEX
#32344DRGB
rgb(50, 52, 77)HSL
hsl(236, 21%, 25%)OKLCH
oklch(0.335 0.044 280.2)CMYK
cmyk(35%, 32%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D2F45
2#282A3E
3#232536
4#1E1F2E
5#191A27
6#14151F
7#0F1017
8#0A0A0F
9#050508
Tints
Lighter variations
1#414464
2#51537B
3#606393
4#7477A4
5#8B8EB3
6#A2A5C3
7#BABBD2
8#D1D2E1
9#E8E8F0
Tones
Muted variations
1#34354C
2#35364A
3#363849
4#383948
5#393A46
6#3A3B45
7#3C3C44
8#3D3D42
9#3E3F41
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F6 #F6F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EA #E9EAF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7D8 #D7D8E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B8BA #B8BAD1 | BordersInactive statesPlaceholder text |
| 400 | 9396 #9396B8 | Disabled statesSecondary iconsMuted text |
| 500 | 7477 #7477A4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 595C #595C88 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4749 #47496C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3234 #32344D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2021 #202131 | Primary textHigh emphasis contentDark headings |
| 950 | 1415 #14151F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F6F9;
--charcoal-100: #E9EAF1;
--charcoal-200: #D7D8E5;
--charcoal-300: #B8BAD1;
--charcoal-400: #9396B8;
--charcoal-500: #7477A4;
--charcoal-600: #595C88;
--charcoal-700: #47496C;
--charcoal-800: #32344D;
--charcoal-900: #202131;
--charcoal-950: #14151F;
}