Charcoal
#2E5885
BlueColor Codes
All color formats for development
HEX
#2E5885RGB
rgb(46, 88, 133)HSL
hsl(211, 49%, 35%)OKLCH
oklch(0.452 0.088 251.8)CMYK
cmyk(65%, 34%, 0%, 48%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#294F78
2#24466A
3#203D5D
4#1B3550
5#172C42
6#122335
7#0E1A28
8#09121B
9#05090D
Tints
Lighter variations
1#36689E
2#3E78B6
3#5289C4
4#6B9ACC
5#84ABD5
6#9CBCDD
7#B5CCE6
8#CEDDEE
9#E6EEF7
Tones
Muted variations
1#325881
2#36587C
3#3B5878
4#3F5873
5#43596F
6#48596B
7#4C5966
8#515962
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 | CEDD #CEDDEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8C3 #A8C3E1 | BordersInactive statesPlaceholder text |
| 400 | 7AA4 #7AA4D1 | Disabled statesSecondary iconsMuted text |
| 500 | 548A #548AC4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 396E #396EA7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E58 #2E5885 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 213F #213F5F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1528 #15283D | Primary textHigh emphasis contentDark headings |
| 950 | 0D19 #0D1926 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F7FB;
--charcoal-100: #E4EDF6;
--charcoal-200: #CEDDEE;
--charcoal-300: #A8C3E1;
--charcoal-400: #7AA4D1;
--charcoal-500: #548AC4;
--charcoal-600: #396EA7;
--charcoal-700: #2E5885;
--charcoal-800: #213F5F;
--charcoal-900: #15283D;
--charcoal-950: #0D1926;
}