Charcoal
#2E3A84
BlueColor Codes
All color formats for development
HEX
#2E3A84RGB
rgb(46, 58, 132)HSL
hsl(232, 48%, 35%)OKLCH
oklch(0.383 0.124 272.2)CMYK
cmyk(65%, 56%, 0%, 48%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A3477
2#252E6A
3#20285C
4#1C234F
5#171D42
6#131735
7#0E1128
8#090C1A
9#05060D
Tints
Lighter variations
1#37459D
2#404FB5
3#5362C3
4#6C79CB
5#848FD4
6#9DA5DD
7#B5BCE5
8#CED2EE
9#E6E9F6
Tones
Muted variations
1#333D80
2#37407C
3#3B4377
4#404673
5#444A6F
6#484D6A
7#4C5066
8#515362
9#55565E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E7 #E5E7F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CED2 #CED2EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8B0 #A8B0E1 | BordersInactive statesPlaceholder text |
| 400 | 7B86 #7B86D1 | Disabled statesSecondary iconsMuted text |
| 500 | 5564 #5564C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A49 #3A49A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E3A #2E3A84 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2129 #21295E | Text on light backgroundsHeadingsStrong borders |
| 900 | 151A #151A3C | Primary textHigh emphasis contentDark headings |
| 950 | 0D11 #0D1126 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F5FB;
--charcoal-100: #E5E7F6;
--charcoal-200: #CED2EE;
--charcoal-300: #A8B0E1;
--charcoal-400: #7B86D1;
--charcoal-500: #5564C3;
--charcoal-600: #3A49A6;
--charcoal-700: #2E3A84;
--charcoal-800: #21295E;
--charcoal-900: #151A3C;
--charcoal-950: #0D1126;
}