Charcoal
#2E5B84
BlueColor Codes
All color formats for development
HEX
#2E5B84RGB
rgb(46, 91, 132)HSL
hsl(209, 48%, 35%)OKLCH
oklch(0.459 0.084 248.1)CMYK
cmyk(65%, 31%, 0%, 48%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A5277
2#25496A
3#203F5C
4#1C364F
5#172D42
6#132435
7#0E1B28
8#09121A
9#05090D
Tints
Lighter variations
1#376C9D
2#407CB5
3#538DC3
4#6C9DCB
5#84ADD4
6#9DBEDD
7#B5CEE5
8#CEDEEE
9#E6EFF6
Tones
Muted variations
1#335B80
2#375A7C
3#3B5A77
4#405A73
5#445A6F
6#485A6A
7#4C5A66
8#515A62
9#55595E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5ED #E5EDF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEDE #CEDEEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8C5 #A8C5E1 | BordersInactive statesPlaceholder text |
| 400 | 7BA7 #7BA7D1 | Disabled statesSecondary iconsMuted text |
| 500 | 558E #558EC3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A72 #3A72A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E5B #2E5B84 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2141 #21415E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1529 #15293C | Primary textHigh emphasis contentDark headings |
| 950 | 0D1A #0D1A26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F7FB;
--charcoal-100: #E5EDF6;
--charcoal-200: #CEDEEE;
--charcoal-300: #A8C5E1;
--charcoal-400: #7BA7D1;
--charcoal-500: #558EC3;
--charcoal-600: #3A72A6;
--charcoal-700: #2E5B84;
--charcoal-800: #21415E;
--charcoal-900: #15293C;
--charcoal-950: #0D1A26;
}