Charcoal
#2E4584
BlueColor Codes
All color formats for development
HEX
#2E4584RGB
rgb(46, 69, 132)HSL
hsl(224, 48%, 35%)OKLCH
oklch(0.407 0.109 266.5)CMYK
cmyk(65%, 48%, 0%, 48%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A3E77
2#25376A
3#20305C
4#1C2A4F
5#172342
6#131C35
7#0E1528
8#090E1A
9#05070D
Tints
Lighter variations
1#37529D
2#405FB5
3#5371C3
4#6C85CB
5#849AD4
6#9DAEDD
7#B5C2E5
8#CED6EE
9#E6EBF6
Tones
Muted variations
1#334780
2#37497C
3#3B4B77
4#404D73
5#444F6F
6#48516A
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 | E5E9 #E5E9F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CED6 #CED6EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8B7 #A8B7E1 | BordersInactive statesPlaceholder text |
| 400 | 7B92 #7B92D1 | Disabled statesSecondary iconsMuted text |
| 500 | 5573 #5573C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A57 #3A57A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E45 #2E4584 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2131 #21315E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1520 #15203C | 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: #E5E9F6;
--charcoal-200: #CED6EE;
--charcoal-300: #A8B7E1;
--charcoal-400: #7B92D1;
--charcoal-500: #5573C3;
--charcoal-600: #3A57A6;
--charcoal-700: #2E4584;
--charcoal-800: #21315E;
--charcoal-900: #15203C;
--charcoal-950: #0D1426;
}