Charcoal
#1F2960
BlueColor Codes
All color formats for development
HEX
#1F2960RGB
rgb(31, 41, 96)HSL
hsl(231, 51%, 25%)OKLCH
oklch(0.307 0.098 271.7)CMYK
cmyk(68%, 57%, 0%, 62%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C2557
2#19214D
3#161D43
4#13193A
5#101430
6#0C1027
7#090C1D
8#060813
9#03040A
Tints
Lighter variations
1#29357D
2#32429A
3#3B4EB7
4#5263C7
5#6F7DD0
6#8B97DA
7#A8B1E3
8#C5CBEC
9#E2E5F6
Tones
Muted variations
1#222B5D
2#262E5A
3#293057
4#2C3253
5#2F3450
6#33374D
7#36394A
8#393B46
9#3C3D43
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F5 #F3F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E7 #E4E7F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDD2 #CDD2EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6AF #A6AFE2 | BordersInactive statesPlaceholder text |
| 400 | 7886 #7886D3 | Disabled statesSecondary iconsMuted text |
| 500 | 5263 #5263C7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3748 #3748A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C39 #2C3987 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F29 #1F2960 | Text on light backgroundsHeadingsStrong borders |
| 900 | 141A #141A3E | Primary textHigh emphasis contentDark headings |
| 950 | 0C10 #0C1027 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F5FB;
--charcoal-100: #E4E7F6;
--charcoal-200: #CDD2EF;
--charcoal-300: #A6AFE2;
--charcoal-400: #7886D3;
--charcoal-500: #5263C7;
--charcoal-600: #3748A9;
--charcoal-700: #2C3987;
--charcoal-800: #1F2960;
--charcoal-900: #141A3E;
--charcoal-950: #0C1027;
}