Charcoal
#2E3C85
BlueColor Codes
All color formats for development
HEX
#2E3C85RGB
rgb(46, 60, 133)HSL
hsl(230, 49%, 35%)OKLCH
oklch(0.388 0.123 271.4)CMYK
cmyk(65%, 55%, 0%, 48%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#293678
2#24306A
3#202A5D
4#1B2450
5#171E42
6#121835
7#0E1228
8#090C1B
9#05060D
Tints
Lighter variations
1#36479E
2#3E52B6
3#5265C4
4#6B7BCC
5#8491D5
6#9CA7DD
7#B5BDE6
8#CED3EE
9#E6E9F7
Tones
Muted variations
1#323F81
2#36427C
3#3B4578
4#3F4873
5#434B6F
6#484E6B
7#4C5166
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 | CED3 #CED3EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8B1 #A8B1E1 | BordersInactive statesPlaceholder text |
| 400 | 7A89 #7A89D1 | Disabled statesSecondary iconsMuted text |
| 500 | 5467 #5467C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 394C #394CA7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E3C #2E3C85 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 212B #212B5F | 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: #CED3EE;
--charcoal-300: #A8B1E1;
--charcoal-400: #7A89D1;
--charcoal-500: #5467C4;
--charcoal-600: #394CA7;
--charcoal-700: #2E3C85;
--charcoal-800: #212B5F;
--charcoal-900: #151B3D;
--charcoal-950: #0D1126;
}