Charcoal
#32344E
BlueColor Codes
All color formats for development
HEX
#32344ERGB
rgb(50, 52, 78)HSL
hsl(236, 22%, 25%)OKLCH
oklch(0.335 0.046 280.2)CMYK
cmyk(36%, 33%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D2E46
2#28293E
3#232436
4#1E1F2F
5#191A27
6#14151F
7#0F0F17
8#0A0A10
9#050508
Tints
Lighter variations
1#414365
2#50537C
3#5E6294
4#7376A5
5#8A8DB4
6#A2A4C3
7#B9BBD2
8#D0D1E1
9#E8E8F0
Tones
Muted variations
1#33354C
2#35364B
3#36374A
4#373848
5#393A47
6#3A3B45
7#3C3C44
8#3D3D43
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 | B7B9 #B7B9D1 | BordersInactive statesPlaceholder text |
| 400 | 9295 #9295B9 | Disabled statesSecondary iconsMuted text |
| 500 | 7376 #7376A5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 585B #585B89 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4648 #46486D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3234 #32344E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2021 #202132 | 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: #B7B9D1;
--charcoal-400: #9295B9;
--charcoal-500: #7376A5;
--charcoal-600: #585B89;
--charcoal-700: #46486D;
--charcoal-800: #32344E;
--charcoal-900: #202132;
--charcoal-950: #14151F;
}