Charcoal
#2E4284
BlueColor Codes
All color formats for development
HEX
#2E4284RGB
rgb(46, 66, 132)HSL
hsl(226, 48%, 35%)OKLCH
oklch(0.4 0.113 268.3)CMYK
cmyk(65%, 50%, 0%, 48%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A3C77
2#25356A
3#202E5C
4#1C284F
5#172142
6#131B35
7#0E1428
8#090D1A
9#05070D
Tints
Lighter variations
1#374F9D
2#405BB5
3#536DC3
4#6C82CB
5#8497D4
6#9DACDD
7#B5C1E5
8#CED5EE
9#E6EAF6
Tones
Muted variations
1#334580
2#37477C
3#3B4977
4#404C73
5#444E6F
6#48506A
7#4C5266
8#515562
9#55575E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E9 #E5E9F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CED5 #CED5EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8B5 #A8B5E1 | BordersInactive statesPlaceholder text |
| 400 | 7B8F #7B8FD1 | Disabled statesSecondary iconsMuted text |
| 500 | 556F #556FC3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A53 #3A53A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E42 #2E4284 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 212F #212F5E | Text on light backgroundsHeadingsStrong borders |
| 900 | 151E #151E3C | 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: #F4F5FB;
--charcoal-100: #E5E9F6;
--charcoal-200: #CED5EE;
--charcoal-300: #A8B5E1;
--charcoal-400: #7B8FD1;
--charcoal-500: #556FC3;
--charcoal-600: #3A53A6;
--charcoal-700: #2E4284;
--charcoal-800: #212F5E;
--charcoal-900: #151E3C;
--charcoal-950: #0D1326;
}