Charcoal
#2E5484
BlueColor Codes
All color formats for development
HEX
#2E5484RGB
rgb(46, 84, 132)HSL
hsl(213, 48%, 35%)OKLCH
oklch(0.442 0.091 255.1)CMYK
cmyk(65%, 36%, 0%, 48%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A4C77
2#25446A
3#203B5C
4#1C334F
5#172A42
6#132235
7#0E1928
8#09111A
9#05080D
Tints
Lighter variations
1#37659D
2#4075B5
3#5385C3
4#6C97CB
5#84A8D4
6#9DBADD
7#B5CBE5
8#CEDCEE
9#E6EEF6
Tones
Muted variations
1#335580
2#37567C
3#3B5677
4#405773
5#44576F
6#48586A
7#4C5866
8#515862
9#55595E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EC #E5ECF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEDC #CEDCEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8C2 #A8C2E1 | BordersInactive statesPlaceholder text |
| 400 | 7BA1 #7BA1D1 | Disabled statesSecondary iconsMuted text |
| 500 | 5587 #5587C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A6B #3A6BA6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E55 #2E5584 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 213D #213D5E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1527 #15273C | Primary textHigh emphasis contentDark headings |
| 950 | 0D18 #0D1826 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F7FB;
--charcoal-100: #E5ECF6;
--charcoal-200: #CEDCEE;
--charcoal-300: #A8C2E1;
--charcoal-400: #7BA1D1;
--charcoal-500: #5587C3;
--charcoal-600: #3A6BA6;
--charcoal-700: #2E5584;
--charcoal-800: #213D5E;
--charcoal-900: #15273C;
--charcoal-950: #0D1826;
}