Charcoal
#32374D
BlueColor Codes
All color formats for development
HEX
#32374DRGB
rgb(50, 55, 77)HSL
hsl(229, 21%, 25%)OKLCH
oklch(0.342 0.039 274.3)CMYK
cmyk(35%, 29%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D3245
2#282C3E
3#232736
4#1E212E
5#191C27
6#14161F
7#0F1117
8#0A0B0F
9#050608
Tints
Lighter variations
1#414864
2#51587B
3#606993
4#747DA4
5#8B93B3
6#A2A8C3
7#BABED2
8#D1D4E1
9#E8E9F0
Tones
Muted variations
1#34384C
2#35394A
3#363A49
4#383B48
5#393C46
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 | B8BD #B8BDD1 | BordersInactive statesPlaceholder text |
| 400 | 939A #939AB8 | Disabled statesSecondary iconsMuted text |
| 500 | 747D #747DA4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5961 #596188 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 474D #474D6C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3237 #32374D | 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: #B8BDD1;
--charcoal-400: #939AB8;
--charcoal-500: #747DA4;
--charcoal-600: #596188;
--charcoal-700: #474D6C;
--charcoal-800: #32374D;
--charcoal-900: #202331;
--charcoal-950: #14161F;
}