Charcoal
#2E5685
BlueColor Codes
All color formats for development
HEX
#2E5685RGB
rgb(46, 86, 133)HSL
hsl(212, 49%, 35%)OKLCH
oklch(0.447 0.09 253.7)CMYK
cmyk(65%, 35%, 0%, 48%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#294E78
2#24456A
3#203C5D
4#1B3450
5#172B42
6#122335
7#0E1A28
8#09111B
9#05090D
Tints
Lighter variations
1#36669E
2#3E76B6
3#5287C4
4#6B98CC
5#84A9D5
6#9CBBDD
7#B5CCE6
8#CEDDEE
9#E6EEF7
Tones
Muted variations
1#325781
2#36577C
3#3B5778
4#3F5873
5#43586F
6#48586B
7#4C5866
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 | A8C2 #A8C2E1 | BordersInactive statesPlaceholder text |
| 400 | 7AA3 #7AA3D1 | Disabled statesSecondary iconsMuted text |
| 500 | 5489 #5489C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 396D #396DA7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E56 #2E5685 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 213E #213E5F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1527 #15273D | 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: #A8C2E1;
--charcoal-400: #7AA3D1;
--charcoal-500: #5489C4;
--charcoal-600: #396DA7;
--charcoal-700: #2E5685;
--charcoal-800: #213E5F;
--charcoal-900: #15273D;
--charcoal-950: #0D1926;
}