Charcoal
#32364D
BlueColor Codes
All color formats for development
HEX
#32364DRGB
rgb(50, 54, 77)HSL
hsl(231, 21%, 25%)OKLCH
oklch(0.339 0.041 276.4)CMYK
cmyk(35%, 30%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D3145
2#282C3E
3#232636
4#1E212E
5#191B27
6#14161F
7#0F1017
8#0A0B0F
9#050508
Tints
Lighter variations
1#414764
2#51577B
3#606793
4#747BA4
5#8B91B3
6#A2A7C3
7#BABDD2
8#D1D3E1
9#E8E9F0
Tones
Muted variations
1#34374C
2#35384A
3#363949
4#383A48
5#393B46
6#3A3C45
7#3C3D44
8#3D3E42
9#3E3F41
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F6 #F6F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EB #E9EBF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7D9 #D7D9E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B8BC #B8BCD1 | BordersInactive statesPlaceholder text |
| 400 | 9399 #9399B8 | Disabled statesSecondary iconsMuted text |
| 500 | 747B #747BA4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5960 #596088 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 474C #474C6C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3236 #32364D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2023 #202331 | Primary textHigh emphasis contentDark headings |
| 950 | 1416 #14161F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F6F9;
--charcoal-100: #E9EBF1;
--charcoal-200: #D7D9E5;
--charcoal-300: #B8BCD1;
--charcoal-400: #9399B8;
--charcoal-500: #747BA4;
--charcoal-600: #596088;
--charcoal-700: #474C6C;
--charcoal-800: #32364D;
--charcoal-900: #202331;
--charcoal-950: #14161F;
}