Charcoal
#2E5585
BlueColor Codes
All color formats for development
HEX
#2E5585RGB
rgb(46, 85, 133)HSL
hsl(213, 49%, 35%)OKLCH
oklch(0.445 0.091 254.6)CMYK
cmyk(65%, 36%, 0%, 48%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#294C78
2#24446A
3#203B5D
4#1B3350
5#172A42
6#122235
7#0E1928
8#09111B
9#05080D
Tints
Lighter variations
1#36659E
2#3E74B6
3#5285C4
4#6B97CC
5#84A8D5
6#9CB9DD
7#B5CBE6
8#CEDCEE
9#E6EEF7
Tones
Muted variations
1#325581
2#36567C
3#3B5678
4#3F5773
5#43576F
6#48586B
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 | E4EC #E4ECF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEDC #CEDCEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8C1 #A8C1E1 | BordersInactive statesPlaceholder text |
| 400 | 7AA1 #7AA1D1 | Disabled statesSecondary iconsMuted text |
| 500 | 5487 #5487C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 396B #396BA7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E55 #2E5585 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 213D #213D5F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1527 #15273D | 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: #E4ECF6;
--charcoal-200: #CEDCEE;
--charcoal-300: #A8C1E1;
--charcoal-400: #7AA1D1;
--charcoal-500: #5487C4;
--charcoal-600: #396BA7;
--charcoal-700: #2E5585;
--charcoal-800: #213D5F;
--charcoal-900: #15273D;
--charcoal-950: #0D1826;
}