Charcoal
#2C4487
BlueColor Codes
All color formats for development
HEX
#2C4487RGB
rgb(44, 68, 135)HSL
hsl(224, 51%, 35%)OKLCH
oklch(0.405 0.116 266.5)CMYK
cmyk(67%, 50%, 0%, 47%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#273D79
2#23366C
3#1F305E
4#1A2951
5#162243
6#111B36
7#0D1428
8#090E1B
9#04070D
Tints
Lighter variations
1#3451A0
2#3C5DB9
3#506FC6
4#6984CE
5#8298D6
6#9BADDF
7#B4C1E7
8#CDD6EF
9#E6EAF7
Tones
Muted variations
1#304682
2#35487E
3#394A79
4#3E4D75
5#424F70
6#47516B
7#4C5367
8#505562
9#55575E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E9 #E4E9F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDD6 #CDD6EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6B6 #A6B6E2 | BordersInactive statesPlaceholder text |
| 400 | 7891 #7891D3 | Disabled statesSecondary iconsMuted text |
| 500 | 5271 #5271C7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3755 #3755A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C44 #2C4487 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F31 #1F3160 | Text on light backgroundsHeadingsStrong borders |
| 900 | 141F #141F3E | Primary textHigh emphasis contentDark headings |
| 950 | 0C13 #0C1327 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F6FB;
--charcoal-100: #E4E9F6;
--charcoal-200: #CDD6EF;
--charcoal-300: #A6B6E2;
--charcoal-400: #7891D3;
--charcoal-500: #5271C7;
--charcoal-600: #3755A9;
--charcoal-700: #2C4487;
--charcoal-800: #1F3160;
--charcoal-900: #141F3E;
--charcoal-950: #0C1327;
}