Charcoal
#2E3E84
BlueColor Codes
All color formats for development
HEX
#2E3E84RGB
rgb(46, 62, 132)HSL
hsl(229, 48%, 35%)OKLCH
oklch(0.391 0.119 270.4)CMYK
cmyk(65%, 53%, 0%, 48%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A3877
2#25326A
3#202B5C
4#1C254F
5#171F42
6#131935
7#0E1328
8#090C1A
9#05060D
Tints
Lighter variations
1#374A9D
2#4055B5
3#5368C3
4#6C7DCB
5#8493D4
6#9DA9DD
7#B5BEE5
8#CED4EE
9#E6E9F6
Tones
Muted variations
1#334180
2#37447C
3#3B4677
4#404973
5#444C6F
6#484E6A
7#4C5166
8#515462
9#55575E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E8 #E5E8F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CED4 #CED4EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8B3 #A8B3E1 | BordersInactive statesPlaceholder text |
| 400 | 7B8B #7B8BD1 | Disabled statesSecondary iconsMuted text |
| 500 | 5569 #5569C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A4E #3A4EA6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E3E #2E3E84 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 212C #212C5E | Text on light backgroundsHeadingsStrong borders |
| 900 | 151C #151C3C | Primary textHigh emphasis contentDark headings |
| 950 | 0D12 #0D1226 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F5FB;
--charcoal-100: #E5E8F6;
--charcoal-200: #CED4EE;
--charcoal-300: #A8B3E1;
--charcoal-400: #7B8BD1;
--charcoal-500: #5569C3;
--charcoal-600: #3A4EA6;
--charcoal-700: #2E3E84;
--charcoal-800: #212C5E;
--charcoal-900: #151C3C;
--charcoal-950: #0D1226;
}