Charcoal
#2E4884
BlueColor Codes
All color formats for development
HEX
#2E4884RGB
rgb(46, 72, 132)HSL
hsl(222, 48%, 35%)OKLCH
oklch(0.413 0.105 264.6)CMYK
cmyk(65%, 45%, 0%, 48%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A4177
2#253A6A
3#20325C
4#1C2B4F
5#172442
6#131D35
7#0E1628
8#090E1A
9#05070D
Tints
Lighter variations
1#37569D
2#4063B5
3#5375C3
4#6C88CB
5#849CD4
6#9DB0DD
7#B5C4E5
8#CED7EE
9#E6EBF6
Tones
Muted variations
1#334A80
2#374C7C
3#3B4D77
4#404F73
5#44516F
6#48526A
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 | E5EA #E5EAF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CED7 #CED7EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8B9 #A8B9E1 | BordersInactive statesPlaceholder text |
| 400 | 7B95 #7B95D1 | Disabled statesSecondary iconsMuted text |
| 500 | 5576 #5576C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A5B #3A5BA6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E48 #2E4884 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2134 #21345E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1521 #15213C | 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: #E5EAF6;
--charcoal-200: #CED7EE;
--charcoal-300: #A8B9E1;
--charcoal-400: #7B95D1;
--charcoal-500: #5576C3;
--charcoal-600: #3A5BA6;
--charcoal-700: #2E4884;
--charcoal-800: #21345E;
--charcoal-900: #15213C;
--charcoal-950: #0D1526;
}