Charcoal
#2E5385
BlueColor Codes
All color formats for development
HEX
#2E5385RGB
rgb(46, 83, 133)HSL
hsl(214, 49%, 35%)OKLCH
oklch(0.44 0.093 256.4)CMYK
cmyk(65%, 38%, 0%, 48%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#294B78
2#24436A
3#203A5D
4#1B3250
5#172A42
6#122135
7#0E1928
8#09111B
9#05080D
Tints
Lighter variations
1#36639E
2#3E72B6
3#5283C4
4#6B95CC
5#84A7D5
6#9CB8DD
7#B5CAE6
8#CEDCEE
9#E6EDF7
Tones
Muted variations
1#325481
2#36557C
3#3B5578
4#3F5673
5#43566F
6#48576B
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 | 7AA0 #7AA0D1 | Disabled statesSecondary iconsMuted text |
| 500 | 5485 #5485C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3969 #3969A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E53 #2E5385 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 213C #213C5F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1526 #15263D | 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: #7AA0D1;
--charcoal-500: #5485C4;
--charcoal-600: #3969A7;
--charcoal-700: #2E5385;
--charcoal-800: #213C5F;
--charcoal-900: #15263D;
--charcoal-950: #0D1826;
}