Charcoal
#2E4685
BlueColor Codes
All color formats for development
HEX
#2E4685RGB
rgb(46, 70, 133)HSL
hsl(223, 49%, 35%)OKLCH
oklch(0.41 0.109 266)CMYK
cmyk(65%, 47%, 0%, 48%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#293F78
2#24386A
3#20315D
4#1B2A50
5#172342
6#121C35
7#0E1528
8#090E1B
9#05070D
Tints
Lighter variations
1#36539E
2#3E60B6
3#5272C4
4#6B86CC
5#849BD5
6#9CAFDD
7#B5C3E6
8#CED7EE
9#E6EBF7
Tones
Muted variations
1#324881
2#364A7C
3#3B4C78
4#3F4E73
5#43506F
6#48526B
7#4C5466
8#515562
9#55575E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E9 #E4E9F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CED7 #CED7EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8B8 #A8B8E1 | BordersInactive statesPlaceholder text |
| 400 | 7A93 #7A93D1 | Disabled statesSecondary iconsMuted text |
| 500 | 5474 #5474C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3958 #3958A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E46 #2E4685 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2132 #21325F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1520 #15203D | Primary textHigh emphasis contentDark headings |
| 950 | 0D14 #0D1426 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F6FB;
--charcoal-100: #E4E9F6;
--charcoal-200: #CED7EE;
--charcoal-300: #A8B8E1;
--charcoal-400: #7A93D1;
--charcoal-500: #5474C4;
--charcoal-600: #3958A7;
--charcoal-700: #2E4685;
--charcoal-800: #21325F;
--charcoal-900: #15203D;
--charcoal-950: #0D1426;
}