Charcoal
#1F2460
BlueColor Codes
All color formats for development
HEX
#1F2460RGB
rgb(31, 36, 96)HSL
hsl(235, 51%, 25%)OKLCH
oklch(0.296 0.105 274.4)CMYK
cmyk(68%, 63%, 0%, 62%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C2157
2#191D4D
3#161A43
4#13163A
5#101230
6#0C0F27
7#090B1D
8#060713
9#03040A
Tints
Lighter variations
1#29307D
2#323B9A
3#3B46B7
4#525BC7
5#6F77D0
6#8B92DA
7#A8ADE3
8#C5C8EC
9#E2E4F6
Tones
Muted variations
1#22275D
2#262A5A
3#292D57
4#2C2F53
5#2F3250
6#33354D
7#36384A
8#393A46
9#3C3D43
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F4 #F3F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E6 #E4E6F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDD0 #CDD0EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6AB #A6ABE2 | BordersInactive statesPlaceholder text |
| 400 | 7880 #7880D3 | Disabled statesSecondary iconsMuted text |
| 500 | 525B #525BC7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3741 #3741A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C33 #2C3387 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F25 #1F2560 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1417 #14173E | Primary textHigh emphasis contentDark headings |
| 950 | 0C0F #0C0F27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F4FB;
--charcoal-100: #E4E6F6;
--charcoal-200: #CDD0EF;
--charcoal-300: #A6ABE2;
--charcoal-400: #7880D3;
--charcoal-500: #525BC7;
--charcoal-600: #3741A9;
--charcoal-700: #2C3387;
--charcoal-800: #1F2560;
--charcoal-900: #14173E;
--charcoal-950: #0C0F27;
}