Charcoal
#2E4585
BlueColor Codes
All color formats for development
HEX
#2E4585RGB
rgb(46, 69, 133)HSL
hsl(224, 49%, 35%)OKLCH
oklch(0.407 0.111 266.6)CMYK
cmyk(65%, 48%, 0%, 48%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#293E78
2#24376A
3#20305D
4#1B2950
5#172242
6#121C35
7#0E1528
8#090E1B
9#05070D
Tints
Lighter variations
1#36529E
2#3E5EB6
3#5270C4
4#6B85CC
5#8499D5
6#9CAEDD
7#B5C2E6
8#CED6EE
9#E6EBF7
Tones
Muted variations
1#324781
2#36497C
3#3B4B78
4#3F4D73
5#434F6F
6#48516B
7#4C5366
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 | CED6 #CED6EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8B7 #A8B7E1 | BordersInactive statesPlaceholder text |
| 400 | 7A91 #7A91D1 | Disabled statesSecondary iconsMuted text |
| 500 | 5472 #5472C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3957 #3957A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E45 #2E4585 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2131 #21315F | Text on light backgroundsHeadingsStrong borders |
| 900 | 151F #151F3D | 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: #CED6EE;
--charcoal-300: #A8B7E1;
--charcoal-400: #7A91D1;
--charcoal-500: #5472C4;
--charcoal-600: #3957A7;
--charcoal-700: #2E4585;
--charcoal-800: #21315F;
--charcoal-900: #151F3D;
--charcoal-950: #0D1426;
}