Charcoal
#2E5B85
BlueColor Codes
All color formats for development
HEX
#2E5B85RGB
rgb(46, 91, 133)HSL
hsl(209, 49%, 35%)OKLCH
oklch(0.459 0.085 248.7)CMYK
cmyk(65%, 32%, 0%, 48%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#295278
2#24496A
3#203F5D
4#1B3650
5#172D42
6#122435
7#0E1B28
8#09121B
9#05090D
Tints
Lighter variations
1#366C9E
2#3E7CB6
3#528DC4
4#6B9DCC
5#84ADD5
6#9CBEDD
7#B5CEE6
8#CEDEEE
9#E6EFF7
Tones
Muted variations
1#325B81
2#365A7C
3#3B5A78
4#3F5A73
5#435A6F
6#485A6B
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 | E4ED #E4EDF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEDE #CEDEEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8C5 #A8C5E1 | BordersInactive statesPlaceholder text |
| 400 | 7AA7 #7AA7D1 | Disabled statesSecondary iconsMuted text |
| 500 | 548E #548EC4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3972 #3972A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E5B #2E5B85 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2141 #21415F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1529 #15293D | 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: #E4EDF6;
--charcoal-200: #CEDEEE;
--charcoal-300: #A8C5E1;
--charcoal-400: #7AA7D1;
--charcoal-500: #548EC4;
--charcoal-600: #3972A7;
--charcoal-700: #2E5B85;
--charcoal-800: #21415F;
--charcoal-900: #15293D;
--charcoal-950: #0D1A26;
}