Charcoal
#323F4D
BlueColor Codes
All color formats for development
HEX
#323F4DRGB
rgb(50, 63, 77)HSL
hsl(211, 21%, 25%)OKLCH
oklch(0.362 0.03 250.5)CMYK
cmyk(35%, 18%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D3945
2#28333E
3#232C36
4#1E262E
5#192027
6#14191F
7#0F1317
8#0A0D0F
9#050608
Tints
Lighter variations
1#415264
2#51657B
3#607893
4#748BA4
5#8B9FB3
6#A2B2C3
7#BAC5D2
8#D1D8E1
9#E8ECF0
Tones
Muted variations
1#343F4C
2#353F4A
3#363F49
4#383F48
5#394046
6#3A4045
7#3C4044
8#3D4042
9#3E4041
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9ED #E9EDF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7DE #D7DEE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B8C4 #B8C4D1 | BordersInactive statesPlaceholder text |
| 400 | 93A5 #93A5B8 | Disabled statesSecondary iconsMuted text |
| 500 | 748B #748BA4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 596F #596F88 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4759 #47596C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 323F #323F4D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2029 #202931 | Primary textHigh emphasis contentDark headings |
| 950 | 1419 #14191F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F7F9;
--charcoal-100: #E9EDF1;
--charcoal-200: #D7DEE5;
--charcoal-300: #B8C4D1;
--charcoal-400: #93A5B8;
--charcoal-500: #748BA4;
--charcoal-600: #596F88;
--charcoal-700: #47596C;
--charcoal-800: #323F4D;
--charcoal-900: #202931;
--charcoal-950: #14191F;
}