Charcoal
#32384D
BlueColor Codes
All color formats for development
HEX
#32384DRGB
rgb(50, 56, 77)HSL
hsl(227, 21%, 25%)OKLCH
oklch(0.344 0.038 272)CMYK
cmyk(35%, 27%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D3345
2#282D3E
3#232736
4#1E222E
5#191C27
6#14161F
7#0F1117
8#0A0B0F
9#050608
Tints
Lighter variations
1#414964
2#515A7B
3#606B93
4#747FA4
5#8B94B3
6#A2A9C3
7#BABFD2
8#D1D4E1
9#E8EAF0
Tones
Muted variations
1#34394C
2#353A4A
3#363A49
4#383B48
5#393C46
6#3A3D45
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 | D7DA #D7DAE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B8BD #B8BDD1 | BordersInactive statesPlaceholder text |
| 400 | 939B #939BB8 | Disabled statesSecondary iconsMuted text |
| 500 | 747F #747FA4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5963 #596388 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 474F #474F6C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3238 #32384D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2024 #202431 | 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: #D7DAE5;
--charcoal-300: #B8BDD1;
--charcoal-400: #939BB8;
--charcoal-500: #747FA4;
--charcoal-600: #596388;
--charcoal-700: #474F6C;
--charcoal-800: #32384D;
--charcoal-900: #202431;
--charcoal-950: #14161F;
}