Charcoal
#2E4985
BlueColor Codes
All color formats for development
HEX
#2E4985RGB
rgb(46, 73, 133)HSL
hsl(221, 49%, 35%)OKLCH
oklch(0.416 0.105 264.1)CMYK
cmyk(65%, 45%, 0%, 48%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#294278
2#243B6A
3#20335D
4#1B2C50
5#172542
6#121D35
7#0E1628
8#090F1B
9#05070D
Tints
Lighter variations
1#36579E
2#3E64B6
3#5276C4
4#6B8ACC
5#849DD5
6#9CB1DD
7#B5C4E6
8#CED8EE
9#E6EBF7
Tones
Muted variations
1#324B81
2#364C7C
3#3B4E78
4#3F5073
5#43516F
6#48536B
7#4C5466
8#515662
9#55585E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EA #E4EAF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CED8 #CED8EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8BA #A8BAE1 | BordersInactive statesPlaceholder text |
| 400 | 7A96 #7A96D1 | Disabled statesSecondary iconsMuted text |
| 500 | 5478 #5478C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 395C #395CA7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E49 #2E4985 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2134 #21345F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1521 #15213D | Primary textHigh emphasis contentDark headings |
| 950 | 0D15 #0D1526 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F6FB;
--charcoal-100: #E4EAF6;
--charcoal-200: #CED8EE;
--charcoal-300: #A8BAE1;
--charcoal-400: #7A96D1;
--charcoal-500: #5478C4;
--charcoal-600: #395CA7;
--charcoal-700: #2E4985;
--charcoal-800: #21345F;
--charcoal-900: #15213D;
--charcoal-950: #0D1526;
}