Charcoal
#2E5684
BlueColor Codes
All color formats for development
HEX
#2E5684RGB
rgb(46, 86, 132)HSL
hsl(212, 48%, 35%)OKLCH
oklch(0.446 0.089 253.3)CMYK
cmyk(65%, 35%, 0%, 48%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A4E77
2#25456A
3#203C5C
4#1C344F
5#172B42
6#132335
7#0E1A28
8#09111A
9#05090D
Tints
Lighter variations
1#37669D
2#4076B5
3#5387C3
4#6C98CB
5#84A9D4
6#9DBBDD
7#B5CCE5
8#CEDDEE
9#E6EEF6
Tones
Muted variations
1#335780
2#37577C
3#3B5777
4#405873
5#44586F
6#48586A
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 | E5ED #E5EDF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEDD #CEDDEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8C2 #A8C2E1 | BordersInactive statesPlaceholder text |
| 400 | 7BA3 #7BA3D1 | Disabled statesSecondary iconsMuted text |
| 500 | 5589 #5589C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A6D #3A6DA6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E56 #2E5684 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 213E #213E5E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1527 #15273C | 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: #E5EDF6;
--charcoal-200: #CEDDEE;
--charcoal-300: #A8C2E1;
--charcoal-400: #7BA3D1;
--charcoal-500: #5589C3;
--charcoal-600: #3A6DA6;
--charcoal-700: #2E5684;
--charcoal-800: #213E5E;
--charcoal-900: #15273C;
--charcoal-950: #0D1926;
}