Charcoal
#2E5284
BlueColor Codes
All color formats for development
HEX
#2E5284RGB
rgb(46, 82, 132)HSL
hsl(215, 48%, 35%)OKLCH
oklch(0.437 0.093 256.9)CMYK
cmyk(65%, 38%, 0%, 48%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A4A77
2#25426A
3#20395C
4#1C314F
5#172942
6#132135
7#0E1928
8#09101A
9#05080D
Tints
Lighter variations
1#37619D
2#4071B5
3#5382C3
4#6C94CB
5#84A5D4
6#9DB7DD
7#B5C9E5
8#CEDBEE
9#E6EDF6
Tones
Muted variations
1#335380
2#37547C
3#3B5477
4#405573
5#44566F
6#48566A
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 | E5EC #E5ECF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEDB #CEDBEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8C0 #A8C0E1 | BordersInactive statesPlaceholder text |
| 400 | 7B9F #7B9FD1 | Disabled statesSecondary iconsMuted text |
| 500 | 5583 #5583C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A67 #3A67A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E52 #2E5284 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 213B #213B5E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1526 #15263C | 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: #E5ECF6;
--charcoal-200: #CEDBEE;
--charcoal-300: #A8C0E1;
--charcoal-400: #7B9FD1;
--charcoal-500: #5583C3;
--charcoal-600: #3A67A6;
--charcoal-700: #2E5284;
--charcoal-800: #213B5E;
--charcoal-900: #15263C;
--charcoal-950: #0D1726;
}