Charcoal
#2E4885
BlueColor Codes
All color formats for development
HEX
#2E4885RGB
rgb(46, 72, 133)HSL
hsl(222, 49%, 35%)OKLCH
oklch(0.414 0.107 264.8)CMYK
cmyk(65%, 46%, 0%, 48%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#294178
2#24396A
3#20325D
4#1B2B50
5#172442
6#121D35
7#0E1628
8#090E1B
9#05070D
Tints
Lighter variations
1#36559E
2#3E62B6
3#5274C4
4#6B88CC
5#849CD5
6#9CB0DD
7#B5C4E6
8#CED7EE
9#E6EBF7
Tones
Muted variations
1#324A81
2#364B7C
3#3B4D78
4#3F4F73
5#43516F
6#48526B
7#4C5466
8#515662
9#55585E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EA #E4EAF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CED7 #CED7EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8B9 #A8B9E1 | BordersInactive statesPlaceholder text |
| 400 | 7A94 #7A94D1 | Disabled statesSecondary iconsMuted text |
| 500 | 5476 #5476C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 395A #395AA7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E48 #2E4885 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2133 #21335F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1521 #15213D | Primary textHigh emphasis contentDark headings |
| 950 | 0D15 #0D1526 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F6FB;
--charcoal-100: #E4EAF6;
--charcoal-200: #CED7EE;
--charcoal-300: #A8B9E1;
--charcoal-400: #7A94D1;
--charcoal-500: #5476C4;
--charcoal-600: #395AA7;
--charcoal-700: #2E4885;
--charcoal-800: #21335F;
--charcoal-900: #15213D;
--charcoal-950: #0D1526;
}