Charcoal
#2E3B85
BlueColor Codes
All color formats for development
HEX
#2E3B85RGB
rgb(46, 59, 133)HSL
hsl(231, 49%, 35%)OKLCH
oklch(0.386 0.124 271.8)CMYK
cmyk(65%, 56%, 0%, 48%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#293578
2#242F6A
3#20295D
4#1B2350
5#171D42
6#121735
7#0E1228
8#090C1B
9#05060D
Tints
Lighter variations
1#36469E
2#3E50B6
3#5263C4
4#6B79CC
5#8490D5
6#9CA6DD
7#B5BCE6
8#CED2EE
9#E6E9F7
Tones
Muted variations
1#323E81
2#36417C
3#3B4478
4#3F4773
5#434A6F
6#484D6B
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 | E4E7 #E4E7F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CED2 #CED2EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8B0 #A8B0E1 | BordersInactive statesPlaceholder text |
| 400 | 7A87 #7A87D1 | Disabled statesSecondary iconsMuted text |
| 500 | 5465 #5465C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 394A #394AA7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E3B #2E3B85 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 212A #212A5F | Text on light backgroundsHeadingsStrong borders |
| 900 | 151B #151B3D | 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: #E4E7F6;
--charcoal-200: #CED2EE;
--charcoal-300: #A8B0E1;
--charcoal-400: #7A87D1;
--charcoal-500: #5465C4;
--charcoal-600: #394AA7;
--charcoal-700: #2E3B85;
--charcoal-800: #212A5F;
--charcoal-900: #151B3D;
--charcoal-950: #0D1126;
}