Charcoal
#2E4E84
BlueColor Codes
All color formats for development
HEX
#2E4E84RGB
rgb(46, 78, 132)HSL
hsl(218, 48%, 35%)OKLCH
oklch(0.427 0.098 260.3)CMYK
cmyk(65%, 41%, 0%, 48%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A4677
2#253E6A
3#20365C
4#1C2F4F
5#172742
6#131F35
7#0E1728
8#09101A
9#05080D
Tints
Lighter variations
1#375C9D
2#406BB5
3#537CC3
4#6C8FCB
5#84A2D4
6#9DB4DD
7#B5C7E5
8#CEDAEE
9#E6ECF6
Tones
Muted variations
1#334F80
2#37507C
3#3B5177
4#405273
5#44546F
6#48556A
7#4C5666
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 | CEDA #CEDAEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8BD #A8BDE1 | BordersInactive statesPlaceholder text |
| 400 | 7B9A #7B9AD1 | Disabled statesSecondary iconsMuted text |
| 500 | 557E #557EC3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A62 #3A62A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E4E #2E4E84 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2138 #21385E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1524 #15243C | 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: #CEDAEE;
--charcoal-300: #A8BDE1;
--charcoal-400: #7B9AD1;
--charcoal-500: #557EC3;
--charcoal-600: #3A62A6;
--charcoal-700: #2E4E84;
--charcoal-800: #21385E;
--charcoal-900: #15243C;
--charcoal-950: #0D1626;
}