Charcoal
#2E5285
BlueColor Codes
All color formats for development
HEX
#2E5285RGB
rgb(46, 82, 133)HSL
hsl(215, 49%, 35%)OKLCH
oklch(0.437 0.094 257.3)CMYK
cmyk(65%, 38%, 0%, 48%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#294A78
2#24426A
3#20395D
4#1B3150
5#172942
6#122135
7#0E1928
8#09101B
9#05080D
Tints
Lighter variations
1#36619E
2#3E70B6
3#5281C4
4#6B93CC
5#84A5D5
6#9CB7DD
7#B5C9E6
8#CEDBEE
9#E6EDF7
Tones
Muted variations
1#325381
2#36537C
3#3B5478
4#3F5573
5#43566F
6#48566B
7#4C5766
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 | CEDB #CEDBEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8C0 #A8C0E1 | BordersInactive statesPlaceholder text |
| 400 | 7A9E #7A9ED1 | Disabled statesSecondary iconsMuted text |
| 500 | 5483 #5483C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3967 #3967A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E52 #2E5285 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 213B #213B5F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1525 #15253D | Primary textHigh emphasis contentDark headings |
| 950 | 0D17 #0D1726 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F7FB;
--charcoal-100: #E4ECF6;
--charcoal-200: #CEDBEE;
--charcoal-300: #A8C0E1;
--charcoal-400: #7A9ED1;
--charcoal-500: #5483C4;
--charcoal-600: #3967A7;
--charcoal-700: #2E5285;
--charcoal-800: #213B5F;
--charcoal-900: #15253D;
--charcoal-950: #0D1726;
}