Charcoal
#2E4C84
BlueColor Codes
All color formats for development
HEX
#2E4C84RGB
rgb(46, 76, 132)HSL
hsl(219, 48%, 35%)OKLCH
oklch(0.423 0.1 261.8)CMYK
cmyk(65%, 42%, 0%, 48%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A4577
2#253D6A
3#20355C
4#1C2E4F
5#172642
6#131F35
7#0E1728
8#090F1A
9#05080D
Tints
Lighter variations
1#375B9D
2#4069B5
3#537AC3
4#6C8DCB
5#84A0D4
6#9DB3DD
7#B5C6E5
8#CED9EE
9#E6ECF6
Tones
Muted variations
1#334E80
2#374F7C
3#3B5077
4#405273
5#44536F
6#48546A
7#4C5566
8#515762
9#55585E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EB #E5EBF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CED9 #CED9EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8BC #A8BCE1 | BordersInactive statesPlaceholder text |
| 400 | 7B99 #7B99D1 | Disabled statesSecondary iconsMuted text |
| 500 | 557C #557CC3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A60 #3A60A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E4C #2E4C84 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2137 #21375E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1523 #15233C | Primary textHigh emphasis contentDark headings |
| 950 | 0D16 #0D1626 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F6FB;
--charcoal-100: #E5EBF6;
--charcoal-200: #CED9EE;
--charcoal-300: #A8BCE1;
--charcoal-400: #7B99D1;
--charcoal-500: #557CC3;
--charcoal-600: #3A60A6;
--charcoal-700: #2E4C84;
--charcoal-800: #21375E;
--charcoal-900: #15233C;
--charcoal-950: #0D1626;
}