Charcoal
#2E4385
BlueColor Codes
All color formats for development
HEX
#2E4385RGB
rgb(46, 67, 133)HSL
hsl(226, 49%, 35%)OKLCH
oklch(0.403 0.113 267.8)CMYK
cmyk(65%, 50%, 0%, 48%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#293B78
2#24356A
3#202E5D
4#1B2850
5#172142
6#121A35
7#0E1428
8#090D1B
9#05070D
Tints
Lighter variations
1#364E9E
2#3E5AB6
3#526DC4
4#6B82CC
5#8496D5
6#9CABDD
7#B5C0E6
8#CED5EE
9#E6EAF7
Tones
Muted variations
1#324481
2#36477C
3#3B4978
4#3F4B73
5#434E6F
6#48506B
7#4C5266
8#515562
9#55575E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E8 #E4E8F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CED5 #CED5EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8B5 #A8B5E1 | BordersInactive statesPlaceholder text |
| 400 | 7A8E #7A8ED1 | Disabled statesSecondary iconsMuted text |
| 500 | 546E #546EC4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3953 #3953A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E42 #2E4285 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 212F #212F5F | Text on light backgroundsHeadingsStrong borders |
| 900 | 151E #151E3D | Primary textHigh emphasis contentDark headings |
| 950 | 0D13 #0D1326 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F5FB;
--charcoal-100: #E4E8F6;
--charcoal-200: #CED5EE;
--charcoal-300: #A8B5E1;
--charcoal-400: #7A8ED1;
--charcoal-500: #546EC4;
--charcoal-600: #3953A7;
--charcoal-700: #2E4285;
--charcoal-800: #212F5F;
--charcoal-900: #151E3D;
--charcoal-950: #0D1326;
}