Charcoal
#2E4484
BlueColor Codes
All color formats for development
HEX
#2E4484RGB
rgb(46, 68, 132)HSL
hsl(225, 48%, 35%)OKLCH
oklch(0.404 0.111 267.1)CMYK
cmyk(65%, 48%, 0%, 48%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A3D77
2#25366A
3#202F5C
4#1C294F
5#172242
6#131B35
7#0E1428
8#090E1A
9#05070D
Tints
Lighter variations
1#37509D
2#405DB5
3#536FC3
4#6C84CB
5#8498D4
6#9DADDD
7#B5C1E5
8#CED6EE
9#E6EAF6
Tones
Muted variations
1#334680
2#37487C
3#3B4A77
4#404C73
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 | A8B6 #A8B6E1 | BordersInactive statesPlaceholder text |
| 400 | 7B90 #7B90D1 | Disabled statesSecondary iconsMuted text |
| 500 | 5571 #5571C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A55 #3A55A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E44 #2E4484 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2130 #21305E | Text on light backgroundsHeadingsStrong borders |
| 900 | 151F #151F3C | Primary textHigh emphasis contentDark headings |
| 950 | 0D13 #0D1326 | 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: #A8B6E1;
--charcoal-400: #7B90D1;
--charcoal-500: #5571C3;
--charcoal-600: #3A55A6;
--charcoal-700: #2E4484;
--charcoal-800: #21305E;
--charcoal-900: #151F3C;
--charcoal-950: #0D1326;
}